mirror of
https://github.com/NixOS/nix.git
synced 2025-11-09 12:06:01 +01:00
add nullable Expr argument
This commit is contained in:
parent
aad27143c6
commit
2ee1fa4afd
4 changed files with 74 additions and 63 deletions
|
|
@ -20,7 +20,7 @@ MakeError(UndefinedVarError, Error);
|
|||
MakeError(MissingArgumentError, EvalError);
|
||||
MakeError(RestrictedPathError, Error);
|
||||
|
||||
extern std::function<void(const Error & error, const Env & env)> debuggerHook;
|
||||
extern std::function<void(const Error & error, const Env & env, const Expr & expr)> debuggerHook;
|
||||
|
||||
/* Position objects. */
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue