mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2024-11-11 00:36:20 +02:00
highlight the extra vars
This commit is contained in:
parent
ff2e72054f
commit
a8df239752
1 changed files with 1 additions and 1 deletions
|
@ -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({});
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue