From d8049997a21b0ce321ba030490eea38b009e0b9f Mon Sep 17 00:00:00 2001 From: Matthew R Date: Sun, 27 Oct 2019 21:50:11 -0400 Subject: [PATCH] another fix attempt on eval --- src/commands/eval.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/commands/eval.ts b/src/commands/eval.ts index 5bfd0bd..f10df56 100644 --- a/src/commands/eval.ts +++ b/src/commands/eval.ts @@ -38,6 +38,7 @@ export default class Eval extends Command { } */ + this.client.signale.debug(output); const display = this.client.util.splitString(output, 1975); this.client.signale.debug(display); if (display[5]) {