aboutsummaryrefslogtreecommitdiff
path: root/src/libcmd/command.hh
diff options
context:
space:
mode:
authorBen Burdette <bburdette@gmail.com>2021-12-27 17:35:27 -0700
committerBen Burdette <bburdette@gmail.com>2021-12-27 17:35:27 -0700
commit9760fa8661f7562e0b8979338200904053cc4631 (patch)
treed96cb7e58f63c63ccaa505ae3666e06cdbe8fc65 /src/libcmd/command.hh
parent6801a423fc9abdfd2cb7307f2970553bcfad089d (diff)
add DebugTrace for the current error
Diffstat (limited to 'src/libcmd/command.hh')
-rw-r--r--src/libcmd/command.hh2
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);
}