c9 / architect

A simple yet powerful plugin system for large-scale node applications
MIT License
981 stars 129 forks source link

`register` with `err` as first argument #5

Closed cadorn closed 12 years ago

cadorn commented 12 years ago

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 commented 12 years ago

This is fixed in the recent architect rewrite. https://github.com/c9/architect/blob/e6df04ae3ff9076911ca4da4ba1de9acaccdfc68/architect.js#L144