mirror of
https://github.com/RGBCube/TwitterDiscordWebhook
synced 2025-07-27 13:07:45 +00:00
Me when lamnda doesn't have ;
This commit is contained in:
parent
412ab9e10b
commit
0cd4b9fd33
1 changed files with 1 additions and 1 deletions
2
main.js
2
main.js
|
@ -46,5 +46,5 @@ stream.on("reconnect", () =>
|
||||||
);
|
);
|
||||||
|
|
||||||
process.on("uncaughtException", err =>
|
process.on("uncaughtException", err =>
|
||||||
console.log(`Something (bad) happened: ${err}`);
|
console.log(`Something (bad) happened: ${err}`)
|
||||||
);
|
);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue