We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 347547a commit a3a184dCopy full SHA for a3a184d
lib/internal/v8_prof_polyfill.js
@@ -75,7 +75,7 @@ function readline() {
75
var bytes = fs.readSync(fd, buf, 0, buf.length);
76
line += dec.write(buf.slice(0, bytes));
77
if (line.length === 0) {
78
- return false;
+ return '';
79
}
80
81
0 commit comments