Skip to content

Instantly share code, notes, and snippets.

@peterjmag
Created October 2, 2014 13:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save peterjmag/5ff386c821a6612c99ce to your computer and use it in GitHub Desktop.
Save peterjmag/5ff386c821a6612c99ce to your computer and use it in GitHub Desktop.
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