summaryrefslogtreecommitdiffstats
path: root/bin/build.js
diff options
context:
space:
mode:
Diffstat (limited to 'bin/build.js')
-rw-r--r--bin/build.js7
1 files changed, 0 insertions, 7 deletions
diff --git a/bin/build.js b/bin/build.js
index 965a211..28d7641 100644
--- a/bin/build.js
+++ b/bin/build.js
@@ -44,13 +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);
});
};
};