-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Adding a way to disable friendly errors #3368
Copy link
Copy link
Closed
Description
All my scripts have at_exit handle that logs all the uncaught exception to a file. This is very useful for diagnosing issues. This was working very well for a while but now all programs that are executed with bundle exec are run insides the FriendlyErrors.with_friendly_errors method which changes the raised exception.
I think that it should have a way to disable that filtering because it changes the behaviour the original program. I would expect that program to have exactly the same output either it's run inside bundler or not.
Reactions are currently unavailable