-
-
Notifications
You must be signed in to change notification settings - Fork 6.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: transform error message add file info #13687
Conversation
Run & review this pull request in StackBlitz Codeflow. |
IIUC the original issue had this error:
Would this only append the file path to that error? I feel like the core issue is that we're cutting off additional information in that error that we shouldn't, so we can fix that instead of adding the |
Thanks. In that case I'm ok with patching this specific case for now then. Could we perhaps narrow down to the
So the file paths follow nicely after the "read". |
Thanks. Could we also only add the error message when |
Yeah, this should be better. |
Co-authored-by: Bjorn Lu <[email protected]>
Description
fix #13439
Additional context
What is the purpose of this pull request?
Before submitting the PR, please make sure you do the following
fixes #123
).