We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7aa999b commit e75498bCopy full SHA for e75498b
lib/internal/v8_prof_processor.js
@@ -18,7 +18,7 @@ const scriptFiles = [
18
'internal/deps/v8/tools/SourceMap',
19
'internal/deps/v8/tools/tickprocessor-driver'
20
];
21
-var script = '';
+let script = '';
22
23
scriptFiles.forEach((s) => {
24
script += internalBinding('natives')[s] + '\n';
0 commit comments