We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0fbd59e commit 2c25584Copy full SHA for 2c25584
lib/internal/v8_prof_processor.js
@@ -18,7 +18,7 @@ scriptFiles.forEach(function(s) {
18
script += process.binding('natives')[s] + '\n';
19
});
20
21
-var tickArguments = [];
+const tickArguments = [];
22
if (process.platform === 'darwin') {
23
tickArguments.push('--mac');
24
} else if (process.platform === 'win32') {
0 commit comments