mirror of
https://github.com/smogon/sprites.git
synced 2026-09-08 18:15:45 -05:00
update typescript
This commit is contained in:
@@ -44,7 +44,7 @@ export class ActionQueue {
|
||||
this.debugBuffer = [];
|
||||
}
|
||||
|
||||
throw(obj : Error) {
|
||||
throw(obj : unknown) {
|
||||
this.gdebug(obj, false);
|
||||
this.valid = false;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user