We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb07307 commit 4807590Copy full SHA for 4807590
1 file changed
spark
@@ -53,5 +53,9 @@ ini_set('display_errors', 1);
53
// Show basic information before we do anything else.
54
$console->showHeader();
55
56
-// fire off the command the main framework.
57
-$console->run();
+// fire off the command in the main framework.
+$response = $console->run();
58
+if ($response->getStatusCode() >= 300)
59
+{
60
+ exit($response->getStatusCode());
61
+}
0 commit comments