We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7aa1f48 commit 95674fcCopy full SHA for 95674fc
src/Framework/Environment.php
@@ -161,7 +161,7 @@ public static function setupFunctions(): void
161
public static function handleException(\Throwable $e): void
162
{
163
self::$checkAssertions = false;
164
-// self::print(Dumper::dumpException($e));
+ self::print(Dumper::dumpException($e));
165
// self::exit($e instanceof AssertException ? Runner\Job::CodeFail : Runner\Job::CodeError);
166
}
167
0 commit comments