There was an error while loading. Please reload this page.
1 parent 205046a commit f4ea918Copy full SHA for f4ea918
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