From 217b7724f8af7c759c0edfb1549fbf046f0911ed Mon Sep 17 00:00:00 2001 From: nirholas Date: Tue, 31 Mar 2026 10:24:30 +0000 Subject: [PATCH] =?UTF-8?q?=E2=8F=AA=20shellHistoryCompletion.ts?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/utils/suggestions/shellHistoryCompletion.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/utils/suggestions/shellHistoryCompletion.ts b/src/utils/suggestions/shellHistoryCompletion.ts index 45fd4aa..9721aed 100644 --- a/src/utils/suggestions/shellHistoryCompletion.ts +++ b/src/utils/suggestions/shellHistoryCompletion.ts @@ -117,3 +117,4 @@ export async function getShellHistoryCompletion( return null } +