1
0
Fork 0

Ignore errors when setting process title

pull/123/head
Felix Becker 2016-10-27 09:45:05 +02:00 committed by GitHub
parent 28dc42b5c0
commit 595cafdcba
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ foreach ([__DIR__ . '/../../../autoload.php', __DIR__ . '/../autoload.php', __DI
ErrorHandler::register();
cli_set_process_title('PHP Language Server');
@cli_set_process_title('PHP Language Server');
if (!empty($options['tcp'])) {
$address = $options['tcp'];