-
-
Notifications
You must be signed in to change notification settings - Fork 32.8k
Closed
Labels
discussIssues opened for discussions and feedbacks.Issues opened for discussions and feedbacks.fsIssues and PRs related to the fs subsystem / file system.Issues and PRs related to the fs subsystem / file system.
Description
fs.readFile('./notfound', function(err, data) {
throw err; // Uncaught Error: ENOENT, open './notfound'
});
I was hoping we could change this to something awesome like "File not found './notfound'". In fact, I have a hunch there are a lot of obscure error messages that might be made into something a bit more user friendly. If you'd like me to take a serious stab at cataloging these I can, but I have a hunch this is enough to start the discussion.
Thanks ;-)
Metadata
Metadata
Assignees
Labels
discussIssues opened for discussions and feedbacks.Issues opened for discussions and feedbacks.fsIssues and PRs related to the fs subsystem / file system.Issues and PRs related to the fs subsystem / file system.