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
Symlink directory is read as ordinary file, when that directory is being clicked, serve automatically stop working. This is the error message:
INFO: Gracefully shutting down. Please wait... events.js:353 throw er; // Unhandled 'error' event ^ Error: EISDIR: illegal operation on a directory, read Emitted 'error' event on ReadStream instance at: at internal/fs/streams.js:173:14 at FSReqCallback.wrapper [as oncomplete] (fs.js:561:5) { errno: -21, code: 'EISDIR', syscall: 'read' }
INFO: Gracefully shutting down. Please wait... events.js:353 throw er; // Unhandled 'error' event ^
Error: EISDIR: illegal operation on a directory, read Emitted 'error' event on ReadStream instance at: at internal/fs/streams.js:173:14 at FSReqCallback.wrapper [as oncomplete] (fs.js:561:5) { errno: -21, code: 'EISDIR', syscall: 'read' }
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Symlink directory is read as ordinary file, when that directory is being clicked, serve automatically stop working.
This is the error message:
The text was updated successfully, but these errors were encountered: