`cat ~/diff-sunet/$num/log`
This commit is contained in:
parent
d134f033d6
commit
92dc531fa2
|
@ -169,8 +169,7 @@
|
||||||
|
|
||||||
(lambda (path-string surflet-path s-req)
|
(lambda (path-string surflet-path s-req)
|
||||||
(receive (session-id continuation-id)
|
(receive (session-id continuation-id)
|
||||||
;; Searches ids only in file-name.
|
(resume-url-ids path-string)
|
||||||
(resume-url-ids (file-name-nondirectory path-string))
|
|
||||||
;; Try to get continuation-table and then the continuation.
|
;; Try to get continuation-table and then the continuation.
|
||||||
(let ((session (session-lookup session-id)))
|
(let ((session (session-lookup session-id)))
|
||||||
(if session
|
(if session
|
||||||
|
|
Loading…
Reference in New Issue