update lock clucknut
All checks were successful
All checks were successful
This commit is contained in:
2
vendor/symfony/console/Terminal.php
vendored
2
vendor/symfony/console/Terminal.php
vendored
@@ -128,7 +128,7 @@ public static function hasSttyAvailable(): bool
|
||||
return false;
|
||||
}
|
||||
|
||||
return self::$stty = (bool) shell_exec('stty 2> '.('\\' === \DIRECTORY_SEPARATOR ? 'NUL' : '/dev/null'));
|
||||
return self::$stty = (bool) @shell_exec('stty 2> '.('\\' === \DIRECTORY_SEPARATOR ? 'NUL' : '/dev/null'));
|
||||
}
|
||||
|
||||
private static function initDimensions(): void
|
||||
|
||||
Reference in New Issue
Block a user