diff options
Diffstat (limited to 'bin/build.js')
-rw-r--r-- | bin/build.js | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/bin/build.js b/bin/build.js index 4f8b74e..28d7641 100644 --- a/bin/build.js +++ b/bin/build.js @@ -44,18 +44,6 @@ var makeBuildFunc = function(converter) { .then(function(output) { console.log("Successfully built!"); return output; - }) - .fail(function(err) { - // Log error - utils.logError(err); - - // Exit process with failure code - process.exit(-1); - }) - .then(function() { - // Prevent badly behaving plugins - // from making the process hang - process.exit(0); }); }; }; |