chore(exit) add ";"

This commit is contained in:
coderaiser 2015-04-20 04:43:54 -04:00
parent c9e5921173
commit 66344a0aaf

View file

@ -4,5 +4,5 @@
module.exports = function() {
console.error.apply(console, arguments);
process.exit(1);
}
};
})();