forked from lix-project/lix
highlight the extra vars
This commit is contained in:
parent
ff2e72054f
commit
a8df239752
|
@ -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