Skip to content

Commit 7b25393

Browse files
authored
fix:(修复undefined问题) (#161)
* fix: 修复undefined问题
1 parent 8d9bc23 commit 7b25393

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/trace/src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -469,7 +469,7 @@ const filterFunctions = (obj: any, isApp = false) => {
469469
})
470470
}
471471
} catch (e) {
472-
console.info('trace filterFunctions error', e)
472+
console.info('trace filterFunctions error:', e)
473473
}
474474
}
475475

0 commit comments

Comments
 (0)