update the wording

This commit is contained in:
2017-08-20 11:28:11 +02:00
parent 251999c3d5
commit a6255855a0
2 changed files with 3 additions and 3 deletions

View File

@ -33,7 +33,7 @@ export class SmartUpdate {
newData.lastCheck = lastCheckTimeStamp.milliSeconds
let nextCheckInMinutes = (tresholdTime - (timeStamp.milliSeconds - lastCheckTimeStamp.milliSeconds)) / 60000
plugins.beautylog.log(
`smartupdate: next check in ${Math.round(nextCheckInMinutes)} minutes: ` +
`next update check in less than ${Math.floor(nextCheckInMinutes) + 1} minute(s): ` +
`${plugins.beautycolor.coloredString(
`${npmnameArg} has already been checked within the last hour.`
, 'pink'