diff options
| author | RblSb <msrblsb@gmail.com> | 2025-09-03 10:30:19 +0300 |
|---|---|---|
| committer | RblSb <msrblsb@gmail.com> | 2025-09-03 10:30:19 +0300 |
| commit | 9ec382facd8d7813716a10e5f7db3ca7f4ba0259 (patch) | |
| tree | 323d4eb3b2b0d51c030daf63c1dac7db974f2b63 /src/client/Main.hx | |
| parent | 0a771c1ab48819561c766790092407cf602fd68c (diff) | |
/crash, update yt-dlp on start, newer node fix
Diffstat (limited to 'src/client/Main.hx')
| -rw-r--r-- | src/client/Main.hx | 5 |
1 files changed, 5 insertions, 0 deletions
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({ |
