made send-url's result type always be the same
svn: r8235
original commit: 80c22a541d
This commit is contained in:
parent
0e8e8692a6
commit
067b2a2f25
|
@ -118,7 +118,8 @@
|
||||||
(cdr preferred))])
|
(cdr preferred))])
|
||||||
(browser-process cmd))]
|
(browser-process cmd))]
|
||||||
[else
|
[else
|
||||||
(error 'send-url "Couldn't find a browser to open URL: ~e" url-str)]))
|
(error 'send-url "Couldn't find a browser to open URL: ~e" url-str)])
|
||||||
|
(void))
|
||||||
|
|
||||||
;; run-browser : process-proc list-of-strings -> void
|
;; run-browser : process-proc list-of-strings -> void
|
||||||
(define (run-browser process*/ports args)
|
(define (run-browser process*/ports args)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user