mirror of
https://github.com/xpipe-io/xpipe.git
synced 2026-06-22 14:29:18 -04:00
Fix NPE [release]
This commit is contained in:
@@ -158,7 +158,7 @@ public final class OpenFileSystemModel {
|
||||
TerminalHelper.open(adjustedPath, cmd);
|
||||
}
|
||||
});
|
||||
return Optional.of(currentPath.get());
|
||||
return Optional.ofNullable(currentPath.get());
|
||||
}
|
||||
|
||||
// Evaluate optional links
|
||||
|
||||
Reference in New Issue
Block a user