Skip to content
Snippets Groups Projects
Commit f76431f2 authored by dgelessus's avatar dgelessus
Browse files

Move ProBKernel.currentMachineDirectory initialization

parent c623defb
No related branches found
No related tags found
No related merge requests found
......@@ -249,8 +249,8 @@ public final class ProBKernel extends BaseKernel {
this.currentEvalThread = new AtomicReference<>(null);
this.variables = new HashMap<>();
this.switchMachine(Paths.get(""), this::loadDefaultMachine);
this.currentMachineDirectory = Paths.get("");
this.switchMachine(Paths.get(""), this::loadDefaultMachine);
}
private static @NotNull Properties getBuildInfo() {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment