mirror of
https://github.com/NixOS/nix
synced 2025-06-28 01:11:15 +02:00
trying debugThrow
This commit is contained in:
parent
99d69ac23f
commit
2c9fafdc9e
7 changed files with 115 additions and 207 deletions
|
@ -789,8 +789,7 @@ Path EvalState::findFile(SearchPath & searchPath, const std::string_view path, c
|
|||
path),
|
||||
.errPos = positions[pos]
|
||||
});
|
||||
debugLastTrace(e);
|
||||
throw e;
|
||||
debugThrowLastTrace(e);
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue