You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 17, 2023. It is now read-only.
I just ran into this while testing something. I'm getting the following error in the logs: "save to local storage failed msg: [object SQLError] err: undefined". Not super helpful :)
It appears to be coming from this line here. Not quite sure how deep the rabbit hole goes, but somewhere we're A) not propagating the error object in the err parameter, and B) the error is just being toString()'d which loses both the message and stack trace.
The text was updated successfully, but these errors were encountered:
I just ran into this while testing something. I'm getting the following error in the logs:
"save to local storage failed msg: [object SQLError] err: undefined"
. Not super helpful :)It appears to be coming from this line here. Not quite sure how deep the rabbit hole goes, but somewhere we're A) not propagating the error object in the err parameter, and B) the error is just being toString()'d which loses both the message and stack trace.
The text was updated successfully, but these errors were encountered: