Skip to content

Commit

Permalink
Revert "forward errors from prerunners in runAnalyze"
Browse files Browse the repository at this point in the history
This reverts commit a7c35d1.
  • Loading branch information
fb55 committed Sep 8, 2012
1 parent d9c45eb commit 48a34e0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions test/example-apps-test.js
Expand Up @@ -17,8 +17,7 @@ function dependencies (file, prerunner) {
return function () {
var that = this;

function runAnalyze (err) {
if(err) return that.callback(err);
function runAnalyze () {
analyzer.analyze({
target: path.join(__dirname, file)
},
Expand Down

0 comments on commit 48a34e0

Please sign in to comment.