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 2769eeb commit ef9ab99Copy full SHA for ef9ab99
test/common/wpt.js
@@ -412,7 +412,7 @@ class BuildRequirement {
412
// Not using common.hasCrypto because of the global leak checks
413
this.hasCrypto = Boolean(process.versions.openssl) &&
414
!process.env.NODE_SKIP_CRYPTO;
415
-
+
416
// Not using common.hasInspector because of the global leak checks
417
this.hasInspector = Boolean(process.features.inspector);
418
}
0 commit comments