You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 25, 2022. It is now read-only.
@@ -184,10 +187,9 @@ public function execute($run_as_user = false)
184
187
185
188
if( $return_var != 0 && isset($output[0]) )
186
189
thrownew \Exception($output[0], 1);
187
-
188
190
elseif( $return_var != 0 )
189
191
thrownew \Exception("Your report has an error and couldn't be processed! Try to output the command using the function `output();` and run it manually in the console.", 1);
0 commit comments