diff options
Diffstat (limited to 'test/bun.js/socket/echo.js')
-rw-r--r-- | test/bun.js/socket/echo.js | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/test/bun.js/socket/echo.js b/test/bun.js/socket/echo.js index 40acd631c..3c5d1b7b1 100644 --- a/test/bun.js/socket/echo.js +++ b/test/bun.js/socket/echo.js @@ -47,10 +47,10 @@ function createOptions(type, message, closeOnDone) { done(socket); }, drain: drain, - end() { - report(); - console.log(type, "ENDED"); - }, + // end() { + // report(); + // console.log(type, "ENDED"); + // }, error(socket, err) { console.log(type, "ERRED", err); }, |