Skip to content
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ protected CLIApplicationBase() {
String workingDirectory = RuntimeUtils.getWorkingDirectory(BasePlatformImpl.DBEAVER_DATA_DIR);

// Workspace dir
workspaceDirCurrent = Path.of(workingDirectory, DEFAULT_WORKSPACE_FOLDER);
workspaceDirCurrent = RuntimeUtils.getWorkspacePath(workingDirectory, DEFAULT_WORKSPACE_FOLDER);
Log.setLogHandler(new VoidLogHandler());
}

Expand Down
Loading