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