From ebf11f6c86d14e80671ac0882fdc5923b14bb1a8 Mon Sep 17 00:00:00 2001 From: Christopher Monsanto Date: Sun, 23 Aug 2020 21:06:14 -0400 Subject: [PATCH] deploy/script: throw should gdebug --- tools/deploy/script.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/deploy/script.ts b/tools/deploy/script.ts index 5fa9875f..40cf0424 100644 --- a/tools/deploy/script.ts +++ b/tools/deploy/script.ts @@ -34,7 +34,7 @@ export class ActionQueue { } throw(obj : Error) { - this.debug(obj); + this.gdebug(obj); this.valid = false; }