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
Much like the user in that issue I started questioning my sanity when I started to receive "file not found" errors when writing tests against a program which definitely existing. Turns out it was a bug in my FilePath implementation which resulted in a non-existing cwd path.
The reasons in that issue for not just checking if the file existing seem reasonable so we might want to add to the doc comment that this error will be returned if the specified cwd doesn't existing either.
The text was updated successfully, but these errors were encountered:
nodejs/node#11520
Much like the user in that issue I started questioning my sanity when I started to receive "file not found" errors when writing tests against a program which definitely existing. Turns out it was a bug in my
FilePath
implementation which resulted in a non-existing cwd path.The reasons in that issue for not just checking if the file existing seem reasonable so we might want to add to the doc comment that this error will be returned if the specified cwd doesn't existing either.
The text was updated successfully, but these errors were encountered: