-
Notifications
You must be signed in to change notification settings - Fork 744
Error message isn't always printed #372
Copy link
Copy link
Closed
Labels
Milestone
Description
This is a bug that I think was introduced by #357. Fatal errors don't print error messages unless config.fatal is set. Non-fatal errors still get logged, as before.
> ls('filedoesntexist'); // this outputs to the console
> cd('dirdoesntexist'); // this doesn't output to the consoleReactions are currently unavailable