Commit 43cff35f by Nick Schonning

JSHint Build.js

- Tabs to spaces
- Remove 'runner' Mocha var since it is only invoked
parent f14b040b
...@@ -42,7 +42,7 @@ if (!force && !process.env.SKIP_NODE_SASS_TESTS) { ...@@ -42,7 +42,7 @@ if (!force && !process.env.SKIP_NODE_SASS_TESTS) {
mocha.addFile(path.resolve(__dirname, "test", "test.js")); mocha.addFile(path.resolve(__dirname, "test", "test.js"));
var runner = mocha.run(function (done) { mocha.run(function (done) {
if (done !== 0) { if (done !== 0) {
console.log('Problem with the binary; manual build incoming'); console.log('Problem with the binary; manual build incoming');
console.log('Please consider contributing the release binary to https://github.com/andrew/node-sass-binaries for npm distribution.'); console.log('Please consider contributing the release binary to https://github.com/andrew/node-sass-binaries for npm distribution.');
......
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