| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -15,5 +15,5 @@ function testUint8Array(ui) { | |||
| 15 | 15 | for (let i = 0; i < 100; i++) { | |
| 16 | 16 | Buffer.alloc(0); | |
| 17 | 17 | const ui = new Uint8Array(65); | |
| 18 | - assert.ok(testUint8Array(ui), 'Uint8Array is not zero-filled'); | ||
| 18 | + assert.ok(testUint8Array(ui), `Uint8Array is not zero-filled: ${ui}`); | ||
| 19 | 19 | } | |
| Back | FazBrowse Home | New Git URL |
0 commit comments