Skip to content

Commit bec2438

Browse files
authored
Ignore errors when setting process title (#123)
1 parent 28dc42b commit bec2438

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/php-language-server.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
ErrorHandler::register();
1919

20-
cli_set_process_title('PHP Language Server');
20+
@cli_set_process_title('PHP Language Server');
2121

2222
if (!empty($options['tcp'])) {
2323
$address = $options['tcp'];

0 commit comments

Comments
 (0)