Commit 2d610490 authored by Mark Harding's avatar Mark Harding

(chore): do not abort or rerun if in cli

parent 0b776b05
No related merge requests found
Pipeline #67520767 passed with stages
in 6 minutes and 19 seconds
......@@ -160,7 +160,7 @@ class Manager
} catch (\Exception $e) {
error_log($e);
if (php_sapi_name() === 'cli') {
exit;
//exit;
}
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment