| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent e50c6b9 commit 81ad73a
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -11,7 +11,7 @@ process.once('uncaughtException', common.mustCall((err) => { | |||
| 11 | 11 | ||
| 12 | 12 | const socket = new JSStreamWrap(new Duplex({ | |
| 13 | 13 | read: common.mustCall(), | |
| 14 | - write: common.mustCall((buffer, data, cb) => { | ||
| 14 | + write: common.mustCall(() => { | ||
| 15 | 15 | throw new Error('exception!'); | |
| 16 | 16 | }) | |
| 17 | 17 | })); | |
| Back | FazBrowse Home | New Git URL |
0 commit comments