Skip to content

Commit 20e2334

Browse files
committed
Patched dependency
1 parent 911687a commit 20e2334

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

patches/open+9.1.0.patch

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
diff --git a/node_modules/open/index.js b/node_modules/open/index.js
2-
index c79501e..626d8bf 100644
2+
index c79501e..a550b86 100644
33
--- a/node_modules/open/index.js
44
+++ b/node_modules/open/index.js
55
@@ -1,20 +1,20 @@
@@ -25,7 +25,8 @@ index c79501e..626d8bf 100644
2525
+import { fileURLToPath } from 'node:url';
2626

2727
// Path to included `xdg-open`.
28-
const __dirname = path.dirname(fileURLToPath(import.meta.url));
28+
-const __dirname = path.dirname(fileURLToPath(import.meta.url));
29+
+// const __dirname = path.dirname(fileURLToPath(import.meta.url));
2930
const localXdgOpenPath = path.join(__dirname, 'xdg-open');
3031

3132
-const {platform, arch} = process;

0 commit comments

Comments
 (0)