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 911687a commit 20e2334Copy full SHA for 20e2334
patches/open+9.1.0.patch
@@ -1,5 +1,5 @@
1
diff --git a/node_modules/open/index.js b/node_modules/open/index.js
2
-index c79501e..626d8bf 100644
+index c79501e..a550b86 100644
3
--- a/node_modules/open/index.js
4
+++ b/node_modules/open/index.js
5
@@ -1,20 +1,20 @@
@@ -25,7 +25,8 @@ index c79501e..626d8bf 100644
25
+import { fileURLToPath } from 'node:url';
26
27
// Path to included `xdg-open`.
28
- const __dirname = path.dirname(fileURLToPath(import.meta.url));
+-const __dirname = path.dirname(fileURLToPath(import.meta.url));
29
++// const __dirname = path.dirname(fileURLToPath(import.meta.url));
30
const localXdgOpenPath = path.join(__dirname, 'xdg-open');
31
32
-const {platform, arch} = process;
0 commit comments