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 a5e2f5c commit 0f21afd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/Framework/Environment.php
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ class Environment
*/
public static function setup(): void
{
//self::setupErrors();
self::setupErrors();
self::setupColors();

class_exists(Runner\Job::class);
Expand Down Expand Up @@ -121,7 +121,7 @@ public static function setupErrors(): void

return false;
});

/*
register_shutdown_function(static function (): void {
Assert::$onFailure = [self::class, 'handleException'];
Expand All @@ -138,7 +138,7 @@ public static function setupErrors(): void
self::print("\n" . (self::$exitCode ? Dumper::color('white/red', 'FAILURE') : Dumper::color('white/green', 'OK')));
}
});
});
});*/
}


Expand Down

0 comments on commit 0f21afd

Please sign in to comment.