| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 347547a commit a3a184d
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -75,7 +75,7 @@ function readline() { | |||
| 75 | 75 | var bytes = fs.readSync(fd, buf, 0, buf.length); | |
| 76 | 76 | line += dec.write(buf.slice(0, bytes)); | |
| 77 | 77 | if (line.length === 0) { | |
| 78 | - return false; | ||
| 78 | + return ''; | ||
| 79 | 79 | } | |
| 80 | 80 | } | |
| 81 | 81 | } | |
| Back | FazBrowse Home | New Git URL |
0 commit comments