allbuild commit e9254edf

This commit is contained in:
Olivier Gagnon
2022-07-21 15:09:55 -04:00
parent e9254edf5d
commit 2d522ea1e6
17 changed files with 26 additions and 175 deletions

View File

@@ -15,6 +15,7 @@ export function process(this: IPlayer, cycles = 1): void {
}
}
export function finish(this: IPlayer, cancelled: boolean): void {
console.error("finishing");
if (this.currentWork === null) return;
this.currentWork.finish(this, cancelled);
this.currentWork = null;