Closed gnimmelf closed 10 years ago
The fix in component/console@1.1.2. only gives the error message instead of undefined, no file or line number!
undefined
Seems that require('component-consoler').fatal still misses vital error information.
require('component-consoler').fatal
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...
component-consoler.fatal
is fixed in console.js
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...