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
@guymguym trying to understand this issue. What is the desired behaviour?
fs_napi should log the context of the error but the error that is bubbled up is still what we get out of errno conversion?
fs_napi should modify the reported error, i.e it should append or prepend the context info with the translated error and then report that to JS layer? This will then appear whenever JS layer throws the error?
@tangledbytes I think that option 2 is best if possible, but in any case I would anway do option 1 and log the error context in fs_napi to make sure we have it in the logs.
Environment info
Actual behavior
Expected behavior
Steps to reproduce
The text was updated successfully, but these errors were encountered: