ysmood / yaku

A lightweight promise library
https://tonicdev.com/ysmood/yaku
MIT License
290 stars 28 forks source link

IE compatibility #21

Closed ollym closed 9 years ago

ollym commented 9 years ago

You use Error#stack quite a bit in the code which was only supported by IE10+

ysmood commented 9 years ago

Old IE doesn't have stack info api, there's no way to get custom stack. Yaku will ignore it silently now.

ysmood commented 9 years ago

Thanks, fixed.