1
0
Fork 0
mirror of https://github.com/muerwre/vk-tg-bot.git synced 2025-04-25 23:16:41 +07:00

added fatal exception

This commit is contained in:
Fedor Katurov 2021-05-19 17:00:17 +07:00
parent 8e9a87d06d
commit a3fcb429ce
2 changed files with 2 additions and 3 deletions

View file

@ -28,7 +28,7 @@ async function main() {
logger.info("bot successfully started");
} catch (e) {
logger.error(e.message);
logger.error(`FATAL EXCEPTION ${e.message}`);
}
}