You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The error.stack property is missing. Looks like CoffeeScript's "inheritance" just sets the prototype and the constructor does not contain a super() call, so the native constructor of Error is never called, which means no stack trace is captured. https://github.com/bruth/jsonpatch-js/blob/master/jsonpatch.js#L4
The text was updated successfully, but these errors were encountered:
The
error.stack
property is missing. Looks like CoffeeScript's "inheritance" just sets the prototype and the constructor does not contain asuper()
call, so the native constructor ofError
is never called, which means no stack trace is captured.https://github.com/bruth/jsonpatch-js/blob/master/jsonpatch.js#L4
The text was updated successfully, but these errors were encountered: