提交 dffa477a 编写于 作者: D DCloud_LXH

fix: formatAppLog serialize [object module]

上级 1c97be13
......@@ -26,7 +26,10 @@ export function normalizeLog(
const msgs = args.map(function (v) {
const type = toTypeString(v).toLowerCase()
if (type === '[object object]' || type === '[object array]') {
if (
['[object object]', '[object array]', '[object module]'].indexOf(type) !==
-1
) {
try {
v =
'---BEGIN:JSON---' +
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册