Улучшил отображение ошибки
This commit is contained in:
@@ -90,7 +90,7 @@ async function main() {
|
|||||||
try {
|
try {
|
||||||
await main();
|
await main();
|
||||||
} catch (e) {
|
} catch (e) {
|
||||||
console.error(e.message);
|
console.error(e);
|
||||||
process.exit(1);
|
process.exit(1);
|
||||||
}
|
}
|
||||||
})();
|
})();
|
||||||
Reference in New Issue
Block a user