diff options
author | Ben Burdette <bburdette@gmail.com> | 2021-12-27 17:35:27 -0700 |
---|---|---|
committer | Ben Burdette <bburdette@gmail.com> | 2021-12-27 17:35:27 -0700 |
commit | 9760fa8661f7562e0b8979338200904053cc4631 (patch) | |
tree | d96cb7e58f63c63ccaa505ae3666e06cdbe8fc65 /src/libcmd/command.hh | |
parent | 6801a423fc9abdfd2cb7307f2970553bcfad089d (diff) |
add DebugTrace for the current error
Diffstat (limited to 'src/libcmd/command.hh')
-rw-r--r-- | src/libcmd/command.hh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/libcmd/command.hh b/src/libcmd/command.hh index e2c72256e..8af9eae27 100644 --- a/src/libcmd/command.hh +++ b/src/libcmd/command.hh @@ -312,8 +312,10 @@ void printClosureDiff( const StorePath & afterPath, std::string_view indent); + void runRepl( ref<EvalState> evalState, const Error *debugError, + const Expr &expr, const std::map<std::string, Value *> & extraEnv); } |