componentjs / builder2.js

builder for component
50 stars 20 forks source link

'component build` fatal errors still not good enough #60

Closed gnimmelf closed 10 years ago

gnimmelf commented 10 years ago

The fix in component/console@1.1.2. only gives the error message instead of undefined, no file or line number!

Seems that require('component-consoler').fatal still misses vital error information.

This is pretty critical, please reopen and fix, even if you just `console.error' it out.

For now, my best solution is an ugly in hack component-consoler.fatal that just dumps the error before it gets handled...

timaschew commented 10 years ago

is fixed in console.js