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.
2 parents d7cedce + 9611ef5 commit ead1687Copy full SHA for ead1687
gitk
@@ -12462,11 +12462,13 @@ namespace import ::msgcat::mc
12462
12463
# on OSX bring the current Wish process window to front
12464
if {[tk windowingsystem] eq "aqua"} {
12465
- safe_exec [list osascript -e [format {
12466
- tell application "System Events"
12467
- set frontmost of processes whose unix id is %d to true
12468
- end tell
12469
- } [pid] ]]
+ catch {
+ safe_exec [list osascript -e [format {
+ tell application "System Events"
+ set frontmost of processes whose unix id is %d to true
+ end tell
12470
+ } [pid] ]]
12471
+ }
12472
}
12473
12474
# Unset GIT_TRACE var if set
0 commit comments