Skip to content

Commit

Permalink
fix 49 errors
Browse files Browse the repository at this point in the history
  • Loading branch information
KhafraDev committed Sep 7, 2024
1 parent def5fae commit 9e2e654
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/web/websocket/stream/websocketstream.js
Original file line number Diff line number Diff line change
Expand Up @@ -378,7 +378,7 @@ class WebSocketStream {
// 6.3. Resolve stream ’s closed promise with WebSocketCloseInfo «[ " closeCode " → code , " reason " → reason ]».
this.#closedPromise.resolve({
closeCode: code,
reason: reason
reason
})
} else {
// 7. Otherwise,
Expand Down

0 comments on commit 9e2e654

Please sign in to comment.