Skip to content

Commit

Permalink
x
Browse files Browse the repository at this point in the history
  • Loading branch information
dg committed Dec 5, 2023
1 parent 7aa1f48 commit 95674fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Framework/Environment.php
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ public static function setupFunctions(): void
public static function handleException(\Throwable $e): void
{
self::$checkAssertions = false;
// self::print(Dumper::dumpException($e));
self::print(Dumper::dumpException($e));
// self::exit($e instanceof AssertException ? Runner\Job::CodeFail : Runner\Job::CodeError);
}

Expand Down

0 comments on commit 95674fc

Please sign in to comment.