From 0cd4b9fd33aae1f3e6b3ad07b2943df5779a3d9c Mon Sep 17 00:00:00 2001 From: RGBCube <78925721+RGBCube@users.noreply.github.com> Date: Sun, 15 Jan 2023 20:46:20 +0300 Subject: [PATCH] Me when lamnda doesn't have ; --- main.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.js b/main.js index c7f85de..991a5a6 100644 --- a/main.js +++ b/main.js @@ -46,5 +46,5 @@ stream.on("reconnect", () => ); process.on("uncaughtException", err => - console.log(`Something (bad) happened: ${err}`); + console.log(`Something (bad) happened: ${err}`) );