Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Create parent directories for each source file.
On some platforms, fs::write won't create parent direcotries and will fail if the parent directories don't exist. Now we make the parent directories before writing. This also adds context to write errors indicating what file didn't get written.
- Loading branch information