|
|
@ -53,6 +53,8 @@ export class RemixAppManager extends PluginManager { |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
async deactivatePlugin (name) { |
|
|
|
async deactivatePlugin (name) { |
|
|
|
|
|
|
|
const isActive = await this.isActive(name) |
|
|
|
|
|
|
|
if (!isActive) return |
|
|
|
const [to, from] = [ |
|
|
|
const [to, from] = [ |
|
|
|
await this.getProfile(name), |
|
|
|
await this.getProfile(name), |
|
|
|
await this.getProfile(this.requestFrom) |
|
|
|
await this.getProfile(this.requestFrom) |
|
|
|