diff --git a/src/renderer/managers/plugins.ts b/src/renderer/managers/plugins.ts index 4c41876ca..0797d7cb1 100644 --- a/src/renderer/managers/plugins.ts +++ b/src/renderer/managers/plugins.ts @@ -93,7 +93,10 @@ export async function start(id: string): Promise { } const el = loadStyleSheet( - `replugged://plugin/${plugin.path}/${plugin.manifest.renderer?.replace(/\.js$/, ".css")}`, + `replugged://plugin/${plugin.path}/${plugin.manifest.renderer?.replace( + /\.js$/, + ".css", + )}`, ); styleElements.set(plugin.manifest.id, el); }