mirror of
https://github.com/oven-sh/bun
synced 2026-02-09 10:28:47 +00:00
Fix debugger.ts
This commit is contained in:
@@ -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
Reference in New Issue
Block a user