| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 13b7856 commit 7836807
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -11,6 +11,7 @@ const offset = 20; | |||
| 11 | 11 | const len = buf.length - offset; | |
| 12 | 12 | ||
| 13 | 13 | const messageSent = common.mustCall(function messageSent(err, bytes) { | |
| 14 | + assert.ifError(err); | ||
| 14 | 15 | assert.notStrictEqual(bytes, buf.length); | |
| 15 | 16 | assert.strictEqual(bytes, buf.length - offset); | |
| 16 | 17 | client.close(); | |
| Back | FazBrowse Home | New Git URL |
0 commit comments