Skip to content

Commit 1d5daa2

Browse files
authored
Merge pull request #15 from geekcom/master
general
2 parents 2f1a3b1 + 9fb54af commit 1d5daa2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/JasperPHP/JasperPHP.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ public function execute($run_as_user = false)
190190

191191
if($return_var != 0)
192192
throw new \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);
193-
193+
194194
return $output;
195195
}
196196
}

0 commit comments

Comments
 (0)