mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2024-11-10 08:16:15 +02:00
Simplify a conditional in the repl initialisation
This commit is contained in:
parent
155bc761f6
commit
d24c8aa491
1 changed files with 1 additions and 3 deletions
|
@ -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