🎲 refresh.ts

This commit is contained in:
nirholas
2026-03-31 10:24:25 +00:00
parent 320e413cf3
commit 33a2ab6d57

View File

@@ -213,3 +213,4 @@ function errorKey(e: PluginError): string {
? `generic-error:${e.source}:${e.error}`
: `${e.type}:${e.source}`
}