aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/libcmd/repl.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libcmd/repl.cc b/src/libcmd/repl.cc
index b1f250e73..29be71e13 100644
--- a/src/libcmd/repl.cc
+++ b/src/libcmd/repl.cc
@@ -785,7 +785,7 @@ void runRepl(
repl->addVarToScope(repl->state->symbols.create(name), value);
}
- printError("The following extra variables are in scope: %s\n", concatStringsSep(", ", names));
+ printError(hintfmt("The following extra variables are in scope: %s\n", concatStringsSep(", ", names)).str());
repl->mainLoop({});
}