1
0
Fork 0

Ignore errors when setting process title (#123)

pull/38/head v3.0.1
Felix Becker 2016-10-27 09:49:04 +02:00 committed by GitHub
parent 28dc42b5c0
commit bec24383d4
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'];