From b3d1ddf1642149d20deae75593e6c5a87af2983a Mon Sep 17 00:00:00 2001 From: Harminder Virk Date: Sat, 21 Sep 2024 09:45:18 +0530 Subject: [PATCH] ci: debug failing test values --- modules/dumper/dumper.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/dumper/dumper.ts b/modules/dumper/dumper.ts index 4686cc3c..696dc5f7 100644 --- a/modules/dumper/dumper.ts +++ b/modules/dumper/dumper.ts @@ -213,6 +213,7 @@ export class Dumper { * on each side of x axis */ const whiteSpaceLength = columns - link.length - title.length - 4 + console.log({ whiteSpaceLength, new: whiteSpaceLength <= 0 ? 1 : whiteSpaceLength }) const whiteSpace = new Array(whiteSpaceLength <= 0 ? 1 : whiteSpaceLength).join(' ') /**