Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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