lorri
lorri copied to clipboard
Report shellHook failure cause
Feature description lorri should report shellHook failures.
Target users
People who use shellHooks. nix-shell swallows command failures in shellHooks, lorri does not. This is by design. However, lorri's logs don't currently help track down the cause of the failure. That should change.
Context
- Issue that got us thinking about this: https://github.com/target/lorri/issues/264
- Implementation idea: https://github.com/target/lorri/pull/265#issuecomment-572949738
Somewhat related: https://github.com/target/lorri/issues/95