Upgrade electron to 25.4.0
This commit is contained in:
parent
1315d3cfe0
commit
55394e17c0
3 changed files with 7 additions and 6 deletions
|
@ -25,9 +25,10 @@ describe('PreventDisplaySleepService', () => {
|
|||
return result;
|
||||
}
|
||||
|
||||
stop(id: number): void {
|
||||
stop(id: number): boolean {
|
||||
assert(this.idsStarted.has(id), `${id} was never started`);
|
||||
this.idsStarted.delete(id);
|
||||
return false;
|
||||
}
|
||||
|
||||
// This is only for testing.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue