fix: typeerror case

This commit is contained in:
Aiden Cline
2025-11-13 15:51:12 -06:00
parent 10564c35d5
commit 8c5d76412c
+3
View File
@@ -41,6 +41,9 @@ export namespace Format {
extensions: [],
...item,
})
if (result.command.length === 0) continue
result.enabled = async () => true
result.name = name
formatters[name] = result