mirror of
https://github.com/NixOS/nix
synced 2025-06-27 04:21:16 +02:00
print message with exceptions in a try clause
This commit is contained in:
parent
9151dbff88
commit
bc0d41e9ba
3 changed files with 22 additions and 6 deletions
|
@ -131,6 +131,7 @@ public:
|
|||
bool debugStop;
|
||||
bool debugQuit;
|
||||
bool ignoreTry;
|
||||
int trylevel;
|
||||
std::list<DebugTrace> debugTraces;
|
||||
std::map<const Expr*, const std::shared_ptr<const StaticEnv>> exprEnvs;
|
||||
const std::shared_ptr<const StaticEnv> getStaticEnv(const Expr & expr) const
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue