mirror of
https://github.com/NixOS/nix
synced 2025-06-27 16:51:15 +02:00
Add detailed error mesage for coerceTo{String,Path}
This commit is contained in:
parent
be1f069746
commit
3a5855353e
14 changed files with 79 additions and 66 deletions
|
@ -107,7 +107,7 @@ struct CmdEval : MixJSON, InstallableCommand
|
|||
|
||||
else if (raw) {
|
||||
stopProgressBar();
|
||||
std::cout << *state->coerceToString(noPos, *v, context);
|
||||
std::cout << *state->coerceToString(noPos, *v, context, "While generating the eval command output");
|
||||
}
|
||||
|
||||
else if (json) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue