1
0
mirror of https://github.com/toast-ts/Daggerbot-TS.git synced 2024-09-29 08:20:59 -04:00

Why is this here?

This commit is contained in:
toast-ts 2023-02-25 13:30:09 +11:00
parent c73e759553
commit 2895052cad

View File

@ -46,7 +46,7 @@ export default {
}
if (error) return;
if (typeof output == 'object') {
output = 'js\n'+util.formatWithOptions({depth: 1, colors: true}, '%O', output)
output = 'js\n'+util.formatWithOptions({depth: 1}, '%O', output)
} else {
output = '\n' + String(output);
}