Skip to content

Commit

Permalink
Fixed executable call to less preprocessor
Browse files Browse the repository at this point in the history
  • Loading branch information
dbeard committed May 7, 2012
1 parent 7b374b6 commit 3970fc9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wordless/preprocessors/less_preprocessor.php
Expand Up @@ -82,7 +82,7 @@ protected function error($description) {
*/
protected function process_file($file_path, $result_path, $temp_path) {

$this->validate_executable_or_die($this->preference("css.lessc_path"));
$this->validate_executable_or_throw($this->preference("css.lessc_path"));

// On cache miss, we build the file from scratch
$pb = new ProcessBuilder(array(
Expand Down

0 comments on commit 3970fc9

Please sign in to comment.