Skip to content

Commit

Permalink
test ansi text reformatting
Browse files Browse the repository at this point in the history
  • Loading branch information
birdpump committed Aug 11, 2024
1 parent 853c997 commit beb4a11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/admin/logging/getLogs.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@ export async function getLogs() {

return limitedLogs
.map(log => pretty(log))
.join('\n');
// .join('\n');
}

0 comments on commit beb4a11

Please sign in to comment.