Skip to content

Commit

Permalink
Ignore errors when setting process title (#123)
Browse files Browse the repository at this point in the history
  • Loading branch information
felixfbecker authored Oct 27, 2016
1 parent 28dc42b commit bec2438
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/php-language-server.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

ErrorHandler::register();

cli_set_process_title('PHP Language Server');
@cli_set_process_title('PHP Language Server');

if (!empty($options['tcp'])) {
$address = $options['tcp'];
Expand Down

0 comments on commit bec2438

Please sign in to comment.