Created
October 2, 2014 13:17
-
-
Save peterjmag/5ff386c821a6612c99ce to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git parker.js parker.js | |
index 48fa2fd..5d9b05b 100755 | |
--- parker.js | |
+++ parker.js | |
@@ -25,6 +25,10 @@ cliController.on('runPaths', function (filePaths) { | |
var stylesheets = []; | |
async.each(filePaths, function (filePath, onAllLoad) { | |
var onFileLoad = function (err, data) { | |
+ if (err) { | |
+ console.log(err); | |
+ }; | |
+ | |
stylesheets.push(data); | |
}; | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment