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

Commit

Permalink
Redirect process() exec error output to normal output
Browse files Browse the repository at this point in the history
  • Loading branch information
Eihen committed Nov 20, 2017
1 parent 0a42262 commit 480bb29
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 @@ -155,7 +155,7 @@ public function process(string $input, array $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 480bb29

Please sign in to comment.