From efc6771dbd47089a614e5bf510b9e56de1064b3b Mon Sep 17 00:00:00 2001 From: Andrew Dupont Date: Wed, 10 Jun 2026 18:41:09 -0700 Subject: [PATCH] =?UTF-8?q?Temporarily=20point=20`@pulsar-edit/pathwatcher?= =?UTF-8?q?`=20to=20a=20branch=E2=80=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit …to see if it fixes a crash. --- package.json | 4 ++-- yarn.lock | 7 +++---- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index ba05a5879c..50fc3220cc 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ "@pulsar-edit/fuzzy-native": "1.3.1", "@pulsar-edit/get-scrollbar-style": "^1.0.1", "@pulsar-edit/git-utils": "^7.0.1", - "@pulsar-edit/pathwatcher": "^9.0.2", + "@pulsar-edit/pathwatcher": "https://github.com/pulsar-edit/node-pathwatcher.git#6614e3cfce63935ce1c8d0b82b465fa693370176", "@pulsar-edit/scandal": "^4.0.0", "@pulsar-edit/superstring": "^3.0.5", "@pulsar-edit/text-buffer": "^14.0.4", @@ -320,7 +320,7 @@ "es5-ext": "https://github.com/pulsar-edit/es5-ext#169f6ae9b2675675269a0ba265f83c29c7b56244", "@electron/remote": "2.1.2", "@pulsar-edit/superstring": "3.0.5", - "@pulsar-edit/pathwatcher": "9.0.3", + "@pulsar-edit/pathwatcher": "https://github.com/pulsar-edit/node-pathwatcher.git#6614e3cfce63935ce1c8d0b82b465fa693370176", "**/underscore-plus": "npm:@pulsar-edit/underscore-plus@1.8.3" } } diff --git a/yarn.lock b/yarn.lock index 8f1da052c7..6575f2fcfb 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1746,10 +1746,9 @@ unbzip2-stream "^1.4.3" yauzl "^3.2.0" -"@pulsar-edit/pathwatcher@9.0.3", "@pulsar-edit/pathwatcher@^9.0.2": - version "9.0.3" - resolved "https://registry.yarnpkg.com/@pulsar-edit/pathwatcher/-/pathwatcher-9.0.3.tgz#13dcbdbf4115904bfdf76509580612cf09e8043c" - integrity sha512-S8QwhsUf/x617g6FEuPixdu1c3Mt4kzZsGaTrbogkaCJuY1mMAEkqkp6zEp4MM+UfWFruRszAOkdZYbI5gWW9Q== +"@pulsar-edit/pathwatcher@^9.0.2", "@pulsar-edit/pathwatcher@https://github.com/pulsar-edit/node-pathwatcher.git#6614e3cfce63935ce1c8d0b82b465fa693370176": + version "9.0.4" + resolved "https://github.com/pulsar-edit/node-pathwatcher.git#6614e3cfce63935ce1c8d0b82b465fa693370176" dependencies: async "~0.2.10" emissary "^1.3.2"