This commit is contained in:
Jan Prochazka
2022-04-04 19:46:18 +02:00
parent 72462376b1
commit f702513bb9
2 changed files with 4 additions and 2 deletions

View File

@@ -135,7 +135,7 @@ module.exports = {
await fs.rmdir(dir, { recursive: true });
socket.emitChanged(`installed-plugins-changed`);
// this.removedPlugins.push(packageName);
await this.saveRemovePlugins();
// await this.saveRemovePlugins();
return true;
},