From f6a556e8025d7d8b19803559d1016c085553d42b Mon Sep 17 00:00:00 2001 From: robchett Date: Thu, 26 Oct 2023 11:27:22 +0100 Subject: [PATCH] T --- src/Psalm/Internal/Cli/Psalm.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Psalm/Internal/Cli/Psalm.php b/src/Psalm/Internal/Cli/Psalm.php index 5a2df4e477f..acf4aa96430 100644 --- a/src/Psalm/Internal/Cli/Psalm.php +++ b/src/Psalm/Internal/Cli/Psalm.php @@ -272,7 +272,7 @@ public static function run(array $argv): void self::emitMacPcreWarning($options, $threads); - self::restart($options, $threads, $progress); + //self::restart($options, $threads, $progress); if (isset($options['debug-emitted-issues'])) { $config->debug_emitted_issues = true;