We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1510fda commit 8eb32e1Copy full SHA for 8eb32e1
lib/internal/v8_prof_polyfill.js
@@ -79,7 +79,7 @@ var line = '';
79
80
function peekline() {
81
const s = readline();
82
- line = s + '\n' + line;
+ line = `${s}\n${line}`;
83
return s;
84
}
85
0 commit comments