| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 6cd1c41 commit e146686
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -35,5 +35,5 @@ const ondone = common.mustCall((err) => { | |||
| 35 | 35 | write(); | |
| 36 | 36 | function write() { | |
| 37 | 37 | const buf = Buffer.alloc(size, 'x'); | |
| 38 | - fs.write(fd, buf, 0, buf.size, -1, ondone); | ||
| 38 | + fs.write(fd, buf, 0, buf.length, -1, ondone); | ||
| 39 | 39 | } | |
| Back | FazBrowse Home | New Git URL |
0 commit comments