Skip to content

Commit

Permalink
Needs a pre-push hook to check tests locally...
Browse files Browse the repository at this point in the history
  • Loading branch information
JimtotheB committed Jan 15, 2017
1 parent 42c15a3 commit c1856d4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/PluginIterator.js
Original file line number Diff line number Diff line change
Expand Up @@ -89,8 +89,8 @@ PluginIterator.prototype._processPlugins = function(Plugins, action, optionalArg
return plugin[action](optionalArgs)
.catch(function(err){
inErrorState = true;
// return plugin
throw err
return plugin
// throw err
})
}, {concurrency: 1})
}
Expand Down

0 comments on commit c1856d4

Please sign in to comment.