tjmehta / 101

A modern JS utility library
MIT License
1.55k stars 75 forks source link

better error message for clone errors #120

Open tjmehta opened 8 years ago

tjmehta commented 8 years ago

methods that use clone can cause it to throw errors. these error message are not developer friendly (stack traces pointing to clone code) throw more better errors in these scenarios so that the error can be trace to the 101 method being used.