mirror of
https://github.com/NixOS/nix
synced 2025-06-24 22:11:15 +02:00
389 B
389 B
synopsis | issues | prs | ||
---|---|---|---|---|
Consistently preserve error messages from cached evaluation |
|
|
In one code path, we are not returning the errors cached from prior evaluation, but instead throwing generic errors stemming from the lack of value (due to the error). These generic error messages were far less informative. Now we consistently return the original error message.