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 03d322d commit 664e83fCopy full SHA for 664e83f
test/functional-tests.js
@@ -1,4 +1,4 @@
1
-import { isWin } from '../build/constants.js';
+import { isMac, isWin } from '../build/constants.js';
2
3
Promise.withResolvers = Promise.withResolvers ?? function() {
4
const o = {};
0 commit comments