mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-04-25 08:49:36 +00:00
fix(i18nSetup.ts): improve error message for better clarity on preprocessing failure
This commit is contained in:
@@ -50,7 +50,7 @@ export async function preprocessLitegraph() {
|
||||
processedCount++
|
||||
} catch (error: unknown) {
|
||||
console.warn(
|
||||
` ⚠ Could not process ${filePath}: ${String((error as Error)?.message || error)}`
|
||||
` ⚠ Could not preprocess file for litegraph ${filePath}: ${String((error as Error)?.message || error)}`
|
||||
)
|
||||
}
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user