From 4ae6f93ac8cef32b41be52a5dafabe6053887ebd Mon Sep 17 00:00:00 2001 From: nirholas Date: Tue, 31 Mar 2026 10:24:11 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20=E2=9E=BF=20prefix.ts?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/utils/bash/prefix.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/utils/bash/prefix.ts b/src/utils/bash/prefix.ts index 058ba68..2cc59c6 100644 --- a/src/utils/bash/prefix.ts +++ b/src/utils/bash/prefix.ts @@ -202,3 +202,4 @@ function longestCommonPrefix(strings: string[]): string { return words.slice(0, Math.max(1, commonWords)).join(' ') } +