Skip to content

Commit 95674fc

Browse files
committed
x
1 parent 7aa1f48 commit 95674fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Framework/Environment.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ public static function setupFunctions(): void
161161
public static function handleException(\Throwable $e): void
162162
{
163163
self::$checkAssertions = false;
164-
// self::print(Dumper::dumpException($e));
164+
self::print(Dumper::dumpException($e));
165165
// self::exit($e instanceof AssertException ? Runner\Job::CodeFail : Runner\Job::CodeError);
166166
}
167167

0 commit comments

Comments
 (0)