Fix debugger.ts

This commit is contained in:
Ashcon Partovi
2023-08-26 01:16:19 -07:00
parent eb4ef364f2
commit d2ad4da1a0
2 changed files with 4 additions and 3 deletions

View File

@@ -308,6 +308,7 @@ function notify(): void {
open: socket => {
socket.end("1");
},
data: () => {}, // required or it errors
},
}).finally(() => {
// Do nothing

File diff suppressed because one or more lines are too long