actors: Fix "unrewindable continuation" issue with error handling code.
authorChristopher Allan Webber <cwebber@dustycloud.org>
Mon, 12 Dec 2016 18:44:53 +0000 (12:44 -0600)
committerChristopher Allan Webber <cwebber@dustycloud.org>
Mon, 12 Dec 2016 18:44:53 +0000 (12:44 -0600)
* 8sync/systems/actors.scm (hive-reply-with-error, hive-process-message):
  Move responding with error to outside of the catch statement.
  This was resulting in unrewindable continuation issues.


No differences found