Ticket #542: JslLintTask.diff
| File JslLintTask.diff, 533 bytes (added by Maciej Majewski <maciej.majewski@…>, 21 months ago) |
|---|
-
JslLintTask.php
147 147 $command = $this->executable . ' -output-format ' . escapeshellarg('file:__FILE__;line:__LINE__;message:__ERROR__') . ' '; 148 148 149 149 if (isset($this->conf)) { 150 $command .= '-conf ' . $this->conf->getPath() . ' ';150 $command .= '-conf ' . escapeshellarg($this->conf->getPath()) . ' '; 151 151 } 152 152 153 153 $command .= '-process ';
