Skip to content

Commit bc5bf83

Browse files
committed
add kilocode change marker
1 parent 93c182a commit bc5bf83

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

webview-ui/src/utils/command-validation.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
11
import { parse } from "shell-quote"
2+
// kilocode_change start
23
import {
34
protectNewlinesInQuotes,
45
NEWLINE_PLACEHOLDER,
56
CARRIAGE_RETURN_PLACEHOLDER,
67
} from "./command-validation-quote-protection"
8+
// kilocode_change end
79

810
type ShellToken = string | { op: string } | { command: string }
911

0 commit comments

Comments
 (0)