Skip to content

Commit

Permalink
fixed previous commit
Browse files Browse the repository at this point in the history
  • Loading branch information
kriswallsmith committed Feb 18, 2013
1 parent 312ef01 commit 04e0a99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Assetic/Filter/HandlebarsFilter.php
Expand Up @@ -79,7 +79,7 @@ public function filterLoad(AssetInterface $asset)
throw new \RuntimeException('Path to node executable could not be resolved.');
}

if (0 < $returnCode) {
if (0 !== $returnCode) {
if (file_exists($outputPath)) {
unlink($outputPath);
}
Expand Down

0 comments on commit 04e0a99

Please sign in to comment.