diff --git a/src/utils/bash/parser.ts b/src/utils/bash/parser.ts index c6851f1..931eab2 100644 --- a/src/utils/bash/parser.ts +++ b/src/utils/bash/parser.ts @@ -228,3 +228,4 @@ function stripQuotes(text: string): string { ? text.slice(1, -1) : text } +