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
Heya, don't know if thats by design, but virtual-stored, if used like in the example, does not preserve files when I restart the server.
Is this a bug? Or is this just not implemented?
Using node v10.8.0.
edit:
Also this line throws an error fs.unlink(this.fullPath(name));, since unlink expects a callback.
fs.unlink(this.fullPath(name));
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Heya, don't know if thats by design, but virtual-stored, if used like in the example, does not preserve files when I restart the server.
Is this a bug? Or is this just not implemented?
Using node v10.8.0.
edit:
Also this line throws an error
fs.unlink(this.fullPath(name));
, since unlink expects a callback.The text was updated successfully, but these errors were encountered: