Closed ollym closed 9 years ago
You use Error#stack quite a bit in the code which was only supported by IE10+
Error#stack
Old IE doesn't have stack info api, there's no way to get custom stack. Yaku will ignore it silently now.
Thanks, fixed.
You use
Error#stack
quite a bit in the code which was only supported by IE10+