📖 destructiveCommandWarning.ts

This commit is contained in:
nirholas
2026-03-31 10:23:59 +00:00
parent 0e73f9b216
commit 7139a6f2eb

View File

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