Skip to content

Commit

Permalink
launcher: fix new argument that is meant to be optional
Browse files Browse the repository at this point in the history
Repairs a problem with 11ccee3.
  • Loading branch information
mflatt committed Jan 4, 2022
1 parent 5bab880 commit ece8b17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion racket/collects/launcher/launcher.rkt
Expand Up @@ -530,7 +530,7 @@
(file-name-from-path dest))
(cdr m)))))))

(define (installed-executable-path->desktop-path dest user? tethered?)
(define (installed-executable-path->desktop-path dest user? [tethered? #f])
(unless (path-string? dest)
(raise-argument-error 'installed-executable-path->desktop-path
"path-string?"
Expand Down

0 comments on commit ece8b17

Please sign in to comment.