diff --git a/collects/net/sendurl.ss b/collects/net/sendurl.ss index 647a888409..fd0a8028aa 100644 --- a/collects/net/sendurl.ss +++ b/collects/net/sendurl.ss @@ -118,7 +118,8 @@ (cdr preferred))]) (browser-process cmd))] [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 (define (run-browser process*/ports args)