mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-06-10 21:14:06 +02:00
compact: false
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user