mirror of
https://github.com/toast-ts/Daggerbot-TS.git
synced 2024-11-17 16:30:58 -05:00
Why is this here?
This commit is contained in:
parent
c0c77ee003
commit
7687ecb990
@ -46,7 +46,7 @@ export default {
|
|||||||
}
|
}
|
||||||
if (error) return;
|
if (error) return;
|
||||||
if (typeof output == 'object') {
|
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 {
|
} else {
|
||||||
output = '\n' + String(output);
|
output = '\n' + String(output);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user