diff --git a/source/app/action/index.mjs b/source/app/action/index.mjs index 4c1a77fb..391c084b 100644 --- a/source/app/action/index.mjs +++ b/source/app/action/index.mjs @@ -18,7 +18,7 @@ let DEBUG = true const debugged = [] //Info logger -const info = (left, right, {token = false} = {}) => console.log(`${`${left}`.padEnd(56 + 9 * (/0m$/.test(left)))} │ ${ +const info = (left, right, {token = false} = {}) => console.log(`${`${left}`.padEnd(63 + 9 * (/0m$/.test(left)))} │ ${ Array.isArray(right) ? right.join(", ") || "(none)" : right === undefined