mirror of
https://github.com/wavetermdev/waveterm.git
synced 2024-12-22 16:48:23 +01:00
fix comment
This commit is contained in:
parent
2f2bbd0a27
commit
acb6a87ca4
@ -86,7 +86,7 @@ export class Updater {
|
||||
}
|
||||
|
||||
/**
|
||||
* Checks if an hour has passed since the last update check, and if so, checks for updates using the `autoUpdater` object
|
||||
* Checks if the configured interval time has passed since the last update check, and if so, checks for updates using the `autoUpdater` object
|
||||
* @param userInput Whether the user is requesting this. If so, an alert will report the result of the check.
|
||||
*/
|
||||
async checkForUpdates(userInput: boolean) {
|
||||
|
Loading…
Reference in New Issue
Block a user