mirror of https://gitee.com/bigwinds/arangodb
enabled pretty printing in js shell by default
This commit is contained in:
parent
ce0acb013c
commit
c62b81f547
|
@ -27,6 +27,8 @@
|
||||||
self.resize();
|
self.resize();
|
||||||
});
|
});
|
||||||
|
|
||||||
|
this.executeJs("start_pretty_print()");
|
||||||
|
|
||||||
return this;
|
return this;
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue