cujojs / when

A solid, fast Promises/A+ and when() implementation, plus other async goodies.
Other
3.44k stars 396 forks source link

Prevent minifiers from silencing unhandled rejections #389

Closed briancavalier closed 9 years ago

briancavalier commented 9 years ago

Some minifiers, such as Uglify with drop_console enabled, remove console.* calls. This aliases console in unhandled rejection reporting code to prevent the logging from being optimized away.

Close #386