fix(log): prevent thowing on failed to get caller location (#2157)

* Fix failed to get caller location throws

* Add change file

* typo

* build

* Bump log rs

* typo

* early return instead of using ?
This commit is contained in:
Tony
2024-12-07 19:32:47 +08:00
committed by GitHub
parent fe610d6759
commit 69d508ee69
3 changed files with 12 additions and 3 deletions
+6
View File
@@ -0,0 +1,6 @@
---
"log": patch
"log-js": patch
---
Make log functions omit caller location when failed to parse it instead of throwing