Add Cannot_Update_Require_Manual dialog type
This commit is contained in:
parent
6ddf7b913a
commit
55c5f15cd9
5 changed files with 79 additions and 1 deletions
|
@ -363,7 +363,8 @@ export abstract class Updater {
|
|||
if (parsedYaml.requireManualUpdate) {
|
||||
this.logger.warn('checkForUpdates: manual update required');
|
||||
this.markCannotUpdate(
|
||||
new Error('yaml file has requireManualUpdate flag')
|
||||
new Error('yaml file has requireManualUpdate flag'),
|
||||
DialogType.Cannot_Update_Require_Manual
|
||||
);
|
||||
return;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue