mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2024-11-27 08:16:14 +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);
|
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({});
|
repl->mainLoop({});
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue