compact: false

This commit is contained in:
tamaina
2024-03-04 12:16:44 +00:00
parent d84a5767bf
commit d803ec3e3e
2 changed files with 2 additions and 9 deletions

View File

@@ -76,7 +76,7 @@ export default class Logger {
if (data != null) {
args.push(inspect(data, {
depth: Infinity,
compact: true,
compact: false,
breakLength: Infinity,
colors: true,
showHidden: false,