Skip to content

Commit

Permalink
fixed explorer_show #266
Browse files Browse the repository at this point in the history
  • Loading branch information
ewerybody committed Apr 15, 2024
1 parent ca2f1a1 commit 25b1db4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Autohotkey/lib/explorer.ahk
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ explorer_show(pth) {
else
msgbox_error("No such path to explorer to!`n " . pth)

Run %cmd%
Run cmd
}

; Ask for file name as long that name exists in given directory or user cancels. Return `true` if name is available and accepted and `false` if canceled.
Expand Down

0 comments on commit 25b1db4

Please sign in to comment.