This commit is contained in:
Jiiks 2018-08-31 08:33:23 +03:00
parent 5822110c87
commit 7cf69f6993
1 changed files with 1 additions and 1 deletions

View File

@ -77,7 +77,7 @@ export default class PackageInstaller {
fs.writeFileSync(outputPath, bytes);
if (!update) return PluginManager.preloadPackedContent(outputName);
const oldContent = PluginManager.getPluginById(id);
if (update && oldContent.packed && oldContent.packed.packageName !== id) {