This commit is contained in:
2017-08-16 18:55:16 +02:00
parent ad1bb13d7b
commit c5252e524a
2 changed files with 30 additions and 1 deletions

View File

@ -35,7 +35,7 @@ export class SmartUpdate {
newData.latestVersion = npmPackage.version
let upgradeBool = await this.checkIfUpgrade(npmPackage, compareVersion)
if(upgradeBool) {
}
this.kvStore.writeKey(npmnameArg, newData)
}