| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 058e882 commit 6c375e1
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -40,8 +40,8 @@ const kMaskingKeyWidthInBytes = 4; | |||
| 40 | 40 | // https://tools.ietf.org/html/rfc6455#section-1.3 | |
| 41 | 41 | const WEBSOCKET_HANDSHAKE_GUID = '258EAFA5-E914-47DA-95CA-C5AB0DC85B11'; | |
| 42 | 42 | ||
| 43 | - function unpackError({ code, message, data }) { | ||
| 44 | - const err = new ERR_DEBUGGER_ERROR(`${message} - ${data}`); | ||
| 43 | + function unpackError({ code, message }) { | ||
| 44 | + const err = new ERR_DEBUGGER_ERROR(`${message}`); | ||
| 45 | 45 | err.code = code; | |
| 46 | 46 | ErrorCaptureStackTrace(err, unpackError); | |
| 47 | 47 | return err; | |
| Back | FazBrowse Home | New Git URL |
0 commit comments