We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 909e4a9 commit dfd08beCopy full SHA for dfd08be
Sources/GtkBackend/GtkBackend.swift
@@ -190,12 +190,15 @@ public final class GtkBackend: AppBackend {
190
191
success = process.terminationStatus == 0
192
} catch {
193
- break
+
194
}
195
#endif
196
197
- // Fall back to opening the parent directory without highlighting the file.
198
- try openExternalURL(url.deletingLastPathComponent())
+ if !success {
+ // Fall back to opening the parent directory without highlighting
199
+ // the file.
200
+ try openExternalURL(url.deletingLastPathComponent())
201
+ }
202
203
204
private func renderMenu(
0 commit comments