Add error message

This commit is contained in:
haad
2016-03-02 14:00:22 +01:00
parent 79c9bc2cbf
commit 12df0ea5df

View File

@@ -48,8 +48,8 @@ let run = (async(() => {
}), process.argv[6] ? process.argv[6] : 1000);
} catch(e) {
console.error("error:", e);
console.error(e.stack);
console.log("Exiting...")
process.exit(1);
}
}))();