Skip to content

Commit

Permalink
Minor bugfix: 'ast' is used later, if compilation fails don't use it
Browse files Browse the repository at this point in the history
  • Loading branch information
joewalker committed Sep 1, 2011
1 parent 9f4db5a commit 3a74af6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/dryice/index.js
Expand Up @@ -440,6 +440,7 @@ function CommonJsProject(opts) {
}
catch (ex) {
console.error('- Failed to compile ' + baseObj.path + ': ' + ex);
return;
}

var reply = [];
Expand Down

0 comments on commit 3a74af6

Please sign in to comment.