| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 5ba56e5 commit 3666993
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -53,7 +53,7 @@ for (const e of fileInfo) { | |||
| 53 | 53 | for (const e of fileInfo) { | |
| 54 | 54 | fs.readFile(e.name, common.mustCall((err, buf) => { | |
| 55 | 55 | console.log(`Validating readFile on file ${e.name} of length ${e.len}`); | |
| 56 | - assert.ifError(err, 'An error occurred'); | ||
| 56 | + assert.ifError(err); | ||
| 57 | 57 | assert.deepStrictEqual(buf, e.contents, 'Incorrect file contents'); | |
| 58 | 58 | })); | |
| 59 | 59 | } | |
| Back | FazBrowse Home | New Git URL |
0 commit comments