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
For the time being I've just made sure to use a wrapper that ensures directory paths leading to files that are about to be locked (whether existing or not yet) exist.
The text was updated successfully, but these errors were encountered:
Oh I misunderstood the question. At the moment, the path to the file must exist.
Perhaps we could create the directory first with the mkdirp package, perhaps under and option. Are you willing to take some time to contribute? I'm happy to review a PR that implements this.
First of all: thanks for the great lib!
I've encountered a weird issue.
This works fine even if the file doesn't exist:
This however throws errors, when the path doesn't exist yet:
For the time being I've just made sure to use a wrapper that ensures directory paths leading to files that are about to be locked (whether existing or not yet) exist.
The text was updated successfully, but these errors were encountered: