1
Fork 0
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:
RGBCube 2023-01-15 20:46:20 +03:00 committed by GitHub
parent 412ab9e10b
commit 0cd4b9fd33
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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}`)
); );