From 2b8383b1e2aac52911ad79af7878f80a1d51d93a Mon Sep 17 00:00:00 2001 From: nirholas Date: Tue, 31 Mar 2026 10:24:15 +0000 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20=F0=9F=8D=82=20editor.ts?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/utils/editor.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/utils/editor.ts b/src/utils/editor.ts index 2924b77..0b05439 100644 --- a/src/utils/editor.ts +++ b/src/utils/editor.ts @@ -181,3 +181,4 @@ export const getExternalEditor = memoize((): string | undefined => { const editors = ['code', 'vi', 'nano'] return editors.find(command => isCommandAvailable(command)) }) +