+comment/question
This commit is contained in:
parent
1bdac52ad6
commit
4b37826de8
|
@ -156,8 +156,10 @@
|
||||||
#f ; No request yet.
|
#f ; No request yet.
|
||||||
(condition-stuff c))))
|
(condition-stuff c))))
|
||||||
((not (and (exception? c)
|
((not (and (exception? c)
|
||||||
(eq? (exception-reason c)
|
(eq? (exception-reason c);;?? ->
|
||||||
(enum exception os-error))))
|
(enum exception os-error))));;?? ->
|
||||||
|
;;which cases is this supposed to catch excactly? broken
|
||||||
|
;;connection to client? If so, does it work?
|
||||||
|
|
||||||
;; try to send bug report to client
|
;; try to send bug report to client
|
||||||
(values #f
|
(values #f
|
||||||
|
|
Loading…
Reference in New Issue