Commit 99ea4346 by Marcin Cieślak

Actually check if the binary exists.

parent 1e4bba88
...@@ -196,7 +196,7 @@ function testBinary(options) { ...@@ -196,7 +196,7 @@ function testBinary(options) {
return build(options); return build(options);
} }
if (!sass.getBinaryPath()) { if (!sass.hasBinary(sass.getBinaryPath())) {
return build(options); return build(options);
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment