🏸 destructiveCommandWarning.ts

This commit is contained in:
nirholas
2026-03-31 10:24:04 +00:00
parent 18cad3ff6a
commit bfa30821a8

View File

@@ -107,3 +107,4 @@ export function getDestructiveCommandWarning(command: string): string | null {
} }
return null return null
} }