update typescript

This commit is contained in:
Christopher Monsanto
2023-03-24 22:07:23 -04:00
parent d3c98c3397
commit 472e6f4fd4
9 changed files with 30 additions and 28 deletions

View File

@@ -44,7 +44,7 @@ export class ActionQueue {
this.debugBuffer = [];
}
throw(obj : Error) {
throw(obj : unknown) {
this.gdebug(obj, false);
this.valid = false;
}