Skip to content

Commit

Permalink
chore(v8_prof_processor): replace var with let
Browse files Browse the repository at this point in the history
PR-URL: #30381
  • Loading branch information
David OLIVIER committed Nov 12, 2019
1 parent cc6f99d commit 402f608
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/internal/v8_prof_processor.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ const scriptFiles = [
'internal/deps/v8/tools/SourceMap',
'internal/deps/v8/tools/tickprocessor-driver'
];
var script = '';
let script = '';

scriptFiles.forEach((s) => {
script += internalBinding('natives')[s] + '\n';
Expand Down

0 comments on commit 402f608

Please sign in to comment.