This commit is contained in:
crschnick 2023-12-30 02:16:56 +00:00
parent 43f2decca9
commit fb3b768352

View file

@ -162,7 +162,7 @@ public final class OpenFileSystemModel {
fileSystem
.getShell()
.get()
.subShell(adjustedPath)
.subShell(processControl -> adjustedPath, (sc) -> adjustedPath)
.withInitSnippet(new SimpleScriptSnippet(
fileSystem
.getShell()