fix: fix restartNeeded

This commit is contained in:
JellyBrick
2023-11-28 11:29:43 +09:00
parent 8714f33fa2
commit 8f7933c111
3 changed files with 6 additions and 6 deletions

View File

@ -48,7 +48,7 @@ export const forceUnloadRendererPlugin = (id: string) => {
hasStopped ||
(
hasStopped === null &&
typeof plugin?.renderer !== 'function' && plugin?.renderer
plugin?.renderer
)
) {
console.log(LoggerPrefix, `"${id}" plugin is unloaded`);