Isaac Z. Schlueter created COUCHDB-2197:
-------------------------------------------
Summary: Invalid couchjs raises EPIPE, should raise (useful) ENOENT
Key: COUCHDB-2197
URL: https://issues.apache.org/jira/browse/COUCHDB-2197
Project: CouchDB
Issue Type: Bug
Security Level: public (Regular issues)
Reporter: Isaac Z. Schlueter
If you accidentally point your couchjs config at a file that doesn't exist,
then it'll raise an EPIPE when it tries to write to the process's stdin.
However, it would be much more useful if it instead raised the ENOENT that it
got when it tried to run the process.
--
This message was sent by Atlassian JIRA
(v6.2#6252)