Skip to content
This repository has been archived by the owner on Jul 24, 2024. It is now read-only.

Commit

Permalink
Actually check if the binary exists.
Browse files Browse the repository at this point in the history
  • Loading branch information
saper committed Apr 19, 2016
1 parent 1e4bba8 commit 99ea434
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/build.js
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ function testBinary(options) {
return build(options);
}

if (!sass.getBinaryPath()) {
if (!sass.hasBinary(sass.getBinaryPath())) {
return build(options);
}

Expand Down

0 comments on commit 99ea434

Please sign in to comment.