deploy/script: throw should gdebug

This commit is contained in:
Christopher Monsanto
2020-08-23 21:06:14 -04:00
parent ce64c42f7b
commit ebf11f6c86

View File

@@ -34,7 +34,7 @@ export class ActionQueue {
}
throw(obj : Error) {
this.debug(obj);
this.gdebug(obj);
this.valid = false;
}