Улучшил отображение ошибки

This commit is contained in:
Book Pauk
2019-02-27 17:47:06 +07:00
parent 4d6502f5e2
commit 3d56a6915f

View File

@@ -90,7 +90,7 @@ async function main() {
try {
await main();
} catch (e) {
console.error(e.message);
console.error(e);
process.exit(1);
}
})();