We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 54c6219 commit 93b3997Copy full SHA for 93b3997
benchmark/dns/lookup.js
@@ -10,7 +10,7 @@ const bench = common.createBenchmark(main, {
10
});
11
12
function main({ name, n, all }) {
13
- var i = 0;
+ let i = 0;
14
15
if (all === 'true') {
16
const opts = { all: true };
0 commit comments