Skip to content

Commit

Permalink
minor cleanup of on-local
Browse files Browse the repository at this point in the history
  • Loading branch information
amitrathore committed May 19, 2009
1 parent c1fa541 commit 4686b3c
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/org/runa/swarmiji/client/client_core.clj
Expand Up @@ -71,8 +71,10 @@
(= accessor :exception) nil
(= accessor :stacktrace) nil
(= accessor :_inner_ref) nil
(= accessor :value) (do
(dosync (ref-set response-with-time (run-and-measure-timing (apply sevak-service-function args))))
(= accessor :value) (dosync
(ref-set response-with-time
(run-and-measure-timing
(apply sevak-service-function args)))
(@response-with-time :response))
:default (throw (Exception. (str "On-local proxy error - unknown message:" accessor)))))))

0 comments on commit 4686b3c

Please sign in to comment.