mirror of
https://github.com/NixOS/nix
synced 2025-06-27 00:11:17 +02:00
move throw to preverve Error type; turn off debugger for tryEval
This commit is contained in:
parent
1a93ac8133
commit
b8b8ec7101
8 changed files with 361 additions and 140 deletions
|
@ -50,7 +50,7 @@ struct NixRepl
|
|||
ref<EvalState> state;
|
||||
Bindings * autoArgs;
|
||||
|
||||
const Error *debugError;
|
||||
const Error *debugError;
|
||||
int debugTraceIndex;
|
||||
|
||||
Strings loadedFiles;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue