Skip to content

Commit 7da63a9

Browse files
committed
Implementação do retorno de erros
1 parent f0dd017 commit 7da63a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/PHPJasper.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ public function process(string $input, string $output, array $options = [])
140140
}
141141

142142
if ($options['resources']) {
143-
$this->command .= " -r \"".$options['resources']."\"";
143+
$this->command .= " -r {$options['resources']}";
144144
}
145145

146146
$this->command = $this->command . ' 2>&1';

0 commit comments

Comments
 (0)