提交 a2e3bf6f 编写于 作者: O obscuren

removed big num from pp

上级 aa1eae67
......@@ -23,8 +23,6 @@ function pp(object, indent) {
}
}
str += " ]";
} else if(object instanceof BigNumber) {
return pp(object.toString(), indent);
} else if(typeof(object) === "object") {
str += "{\n";
indent += " ";
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册