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(' ') } +