From 9ec382facd8d7813716a10e5f7db3ca7f4ba0259 Mon Sep 17 00:00:00 2001 From: RblSb Date: Wed, 3 Sep 2025 10:30:19 +0300 Subject: /crash, update yt-dlp on start, newer node fix --- src/client/Main.hx | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/client/Main.hx') diff --git a/src/client/Main.hx b/src/client/Main.hx index d3d1ce2..5e05690 100644 --- a/src/client/Main.hx +++ b/src/client/Main.hx @@ -697,6 +697,8 @@ class Main { case Dump: Utils.saveFile("dump.json", ApplicationJson, data.dump.data); + + case CrashTest: } } @@ -1344,6 +1346,9 @@ class Main { case "dump": send({type: Dump}); return true; + case "crash": + send({type: CrashTest}); + return true; } if (matchSimpleDate.match(command)) { send({ -- cgit v1.2.3