Github user chewbranca commented on the pull request:
https://github.com/apache/couchdb-couch/pull/45#issuecomment-94894090
@kxepal yeah slipped by me as well. The errors don't have an error flag
when they're the return value of a process exiting, as you can see below.
```
([email protected])32> spawn_monitor(fun() -> erlang:error({foo,bar}) end),
flush().
Shell got {'DOWN',#Ref<4555.0.10.2310>,process,<4555.13982.1>,
{{foo,bar},[{erlang,apply,2,[]}]}}
ok
```
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---