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.
test/internet
1 parent bc07c8f commit 40c1313Copy full SHA for 40c1313
1 file changed
test/internet/test-dns-ipv4.js
@@ -19,7 +19,7 @@ function test(f) {
19
if (f) {
20
running = true;
21
console.log(f.name);
22
- f(done).then(common.mustCall());
+ f(done)?.then(common.mustCall());
23
}
24
25
0 commit comments