We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
re: Issue #74
We should use fs-extra's ensureDir on app load to make sure app-data exists as well as any other directories or files we depend on touching.
In other words, Cuttle users should never see an ENOENT error.
The text was updated successfully, but these errors were encountered:
Saw this error on a fresh install on Windows 7.
Sorry, something went wrong.
GitHub Issue #92 - ensure the log path exists
29e84be
Think commit 29e84be should do the trick, but this needs testing. Paging @NPrescott
Working for me, no errors in a fresh Windows install.
👍
thank you sir!
No branches or pull requests
re: Issue #74
We should use fs-extra's ensureDir on app load to make sure app-data exists as well as any other directories or files we depend on touching.
In other words, Cuttle users should never see an ENOENT error.
The text was updated successfully, but these errors were encountered: