chore: minor nits

This commit is contained in:
Jack Wotherspoon
2026-03-14 21:29:43 +01:00
parent 6a4f022a4f
commit e1febb6849
5 changed files with 8 additions and 19 deletions
+1 -1
View File
@@ -44,7 +44,7 @@ export function isSafeRegExp(pattern: string): boolean {
export interface ArgsPatternResult {
pattern: string | undefined;
display?: string;
display: string | undefined;
}
/**