Skip to content

Commit

Permalink
Silence thee, Prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
colin273 committed Jul 6, 2024
1 parent 2381269 commit 9497c8c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/renderer/managers/plugins.ts
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,10 @@ export async function start(id: string): Promise<void> {
}

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);
}
Expand Down

0 comments on commit 9497c8c

Please sign in to comment.