From 8c4c1ee688542b8a5b85b8ad945659d77af4576a Mon Sep 17 00:00:00 2001 From: nirholas Date: Tue, 31 Mar 2026 10:24:11 +0000 Subject: [PATCH] =?UTF-8?q?=E2=9C=B3=EF=B8=8F=20shellCompletion.ts?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/utils/bash/shellCompletion.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/utils/bash/shellCompletion.ts b/src/utils/bash/shellCompletion.ts index cdaa638..65fb70c 100644 --- a/src/utils/bash/shellCompletion.ts +++ b/src/utils/bash/shellCompletion.ts @@ -257,3 +257,4 @@ export async function getShellCompletions( return [] // Silent fail } } +