diff --git a/index.js b/index.js index 8926bff..c7ab9f2 100644 --- a/index.js +++ b/index.js @@ -113,7 +113,7 @@ run = function(options) { })); } - return Q.all(filePromises) + return Q.all(filePromises); }; module.exports = {