mirror of
https://github.com/NixOS/nix
synced 2025-06-27 12:41:15 +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
|
@ -119,7 +119,7 @@ public:
|
|||
bool debugStop;
|
||||
bool debugQuit;
|
||||
std::list<DebugTrace> debugTraces;
|
||||
void debug_throw(Error e);
|
||||
void debugLastTrace(Error & e);
|
||||
|
||||
private:
|
||||
SrcToStore srcToStore;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue