Skip to content

Commit ef9ab99

Browse files
committed
fixup! test: fix status when compiled without inspector
1 parent 2769eeb commit ef9ab99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/common/wpt.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -412,7 +412,7 @@ class BuildRequirement {
412412
// Not using common.hasCrypto because of the global leak checks
413413
this.hasCrypto = Boolean(process.versions.openssl) &&
414414
!process.env.NODE_SKIP_CRYPTO;
415-
415+
416416
// Not using common.hasInspector because of the global leak checks
417417
this.hasInspector = Boolean(process.features.inspector);
418418
}

0 commit comments

Comments
 (0)