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