mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2024-11-11 00:36:20 +02:00
fixup! fix errors case and wording
This commit is contained in:
parent
402ee8ab64
commit
f6baa4d188
1 changed files with 1 additions and 1 deletions
|
@ -753,7 +753,7 @@ LocalNoInlineNoReturn(void throwEvalErrorWithTrace(const char * s, const std::st
|
||||||
{
|
{
|
||||||
auto e = EvalError(ErrorInfo {
|
auto e = EvalError(ErrorInfo {
|
||||||
.msg = hintfmt(s, s2),
|
.msg = hintfmt(s, s2),
|
||||||
})
|
});
|
||||||
e.addTrace(p2, s3);
|
e.addTrace(p2, s3);
|
||||||
throw e;
|
throw e;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue