diff --git a/lib/dryice/index.js b/lib/dryice/index.js index f0399ac..333c72f 100644 --- a/lib/dryice/index.js +++ b/lib/dryice/index.js @@ -440,6 +440,7 @@ function CommonJsProject(opts) { } catch (ex) { console.error('- Failed to compile ' + baseObj.path + ': ' + ex); + return; } var reply = [];