Skip to content

Commit

Permalink
ci: debug failing test values
Browse files Browse the repository at this point in the history
  • Loading branch information
thetutlage committed Sep 21, 2024
1 parent 619a3a8 commit b56c538
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions modules/dumper/dumper.ts
Original file line number Diff line number Diff line change
Expand Up @@ -212,6 +212,7 @@ export class Dumper {
* Whitespace between the title and the link to align them
* on each side of x axis
*/
console.log({ columns })
const whiteSpaceLength = Number.isNaN(columns) ? 1 : columns - link.length - title.length - 4
const whiteSpace = new Array(whiteSpaceLength <= 0 ? 1 : whiteSpaceLength).join(' ')

Expand Down

0 comments on commit b56c538

Please sign in to comment.