Skip to content
This repository has been archived by the owner on Apr 6, 2021. It is now read-only.

register with err as first argument #5

Closed
cadorn opened this issue May 24, 2012 · 1 comment
Closed

register with err as first argument #5

cadorn opened this issue May 24, 2012 · 1 comment

Comments

@cadorn
Copy link
Contributor

cadorn commented May 24, 2012

When an err object is passed to register architect should stop and pass err through to createApp callback. Right now it continues to initialize.

@creationix
Copy link
Contributor

This is fixed in the recent architect rewrite.

if (err) { return app.emit("error", err); }

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants