| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 07dae7f commit 641b1bb
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -35,6 +35,8 @@ fs.writeFileSync(file, input); | |||
| 35 | 35 | const fd = fs.openSync(file, 'r'); | |
| 36 | 36 | const stream = fs.createReadStream(null, { fd: fd, encoding: 'utf8' }); | |
| 37 | 37 | ||
| 38 | + assert.strictEqual(stream.path, undefined); | ||
| 39 | + | ||
| 38 | 40 | stream.on('data', common.mustCallAtLeast((data) => { | |
| 39 | 41 | output += data; | |
| 40 | 42 | })); | |
| Back | FazBrowse Home | New Git URL |
0 commit comments