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:
parent
8e9a87d06d
commit
a3fcb429ce
2 changed files with 2 additions and 3 deletions
|
@ -28,7 +28,7 @@ async function main() {
|
|||
|
||||
logger.info("bot successfully started");
|
||||
} catch (e) {
|
||||
logger.error(e.message);
|
||||
logger.error(`FATAL EXCEPTION ${e.message}`);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue