mirror of
https://github.com/NixOS/nix.git
synced 2025-11-11 21:16:02 +01: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