bucharest-gold / lightbright

NO LONGER MAINTAINED: A utility providing filters for asynchronous hooks in process.binding('async_wrap')
0 stars 3 forks source link

Throwing an Error when no filters in use. #13

Closed helio-frota closed 7 years ago

coveralls commented 8 years ago

Coverage Status

Coverage remained the same at 92.857% when pulling 55896ff2c5fce3bb97fede7a51a5c6d4381aea3a on helio-frota:lightbright-10 into a6b49200d0d67cebc0625d157643ee7225bf1e51 on bucharest-gold:master.

lance commented 7 years ago

@helio-frota I'm not sure I like the idea of throwing here. I would prefer something less dramatic - maybe just console.error. :)

helio-frota commented 7 years ago

@lance I agree, this needs to do something no need to be "throw an error" :+1: