mirror of https://gitee.com/bigwinds/arangodb
fixed wrong import
This commit is contained in:
parent
7e7eefe4f6
commit
0c1e20cb1b
|
@ -144,7 +144,7 @@ ArangoCollection.prototype._PRINT = function (context) {
|
||||||
case ArangoCollection.TYPE_EDGE: type = "edge"; break;
|
case ArangoCollection.TYPE_EDGE: type = "edge"; break;
|
||||||
}
|
}
|
||||||
|
|
||||||
var colors = require("internal").colors;
|
var colors = require("internal").COLORS;
|
||||||
var useColor = context.useColor;
|
var useColor = context.useColor;
|
||||||
|
|
||||||
context.output += "[ArangoCollection ";
|
context.output += "[ArangoCollection ";
|
||||||
|
|
Loading…
Reference in New Issue