diff --git a/src/utils/plugins/refresh.ts b/src/utils/plugins/refresh.ts index c31e811..d4f3aa1 100644 --- a/src/utils/plugins/refresh.ts +++ b/src/utils/plugins/refresh.ts @@ -213,3 +213,4 @@ function errorKey(e: PluginError): string { ? `generic-error:${e.source}:${e.error}` : `${e.type}:${e.source}` } +