forked from lix-project/lix
Simplify a conditional in the repl initialisation
This commit is contained in:
parent
155bc761f6
commit
d24c8aa491
|
@ -255,9 +255,7 @@ void NixRepl::mainLoop()
|
||||||
notice("Nix %1%%2%\nType :? for help.", nixVersion, debuggerNotice);
|
notice("Nix %1%%2%\nType :? for help.", nixVersion, debuggerNotice);
|
||||||
}
|
}
|
||||||
|
|
||||||
if (isFirstRepl) {
|
isFirstRepl = false;
|
||||||
isFirstRepl = false;
|
|
||||||
}
|
|
||||||
|
|
||||||
loadFiles();
|
loadFiles();
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue