made send-url's result type always be the same

svn: r8235

original commit: 80c22a541d
This commit is contained in:
Robby Findler 2008-01-06 14:04:46 +00:00
parent 0e8e8692a6
commit 067b2a2f25

View File

@ -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)