Skip to content
This repository has been archived by the owner on Sep 4, 2023. It is now read-only.

Commit

Permalink
Merge branch 'master' into php5
Browse files Browse the repository at this point in the history
  • Loading branch information
Eihen committed Nov 20, 2017
2 parents 284cda7 + 480bb29 commit 32c1fab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Processor.php
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ public function process($input, $formats)
$commandOutput = [];

exec(
constant('JASPERSTARTER_BIN') . " $this->locale process \"$input\" $this->output $args",
constant('JASPERSTARTER_BIN') . " $this->locale process \"$input\" $this->output $args 2>&1",
$commandOutput,
$returnCode
);
Expand Down

0 comments on commit 32c1fab

Please sign in to comment.