Remove Bluebird mod that may or may not still be necessary
This commit is contained in:
parent
5de18a007d
commit
e8bffc2275
1 changed files with 0 additions and 3 deletions
|
@ -5281,9 +5281,6 @@ function originatesFromRejection(e) {
|
|||
}
|
||||
|
||||
function canAttachTrace(obj) {
|
||||
// Added by Zotero
|
||||
return obj && obj.stack && es5.propertyIsWritable(obj, "stack");
|
||||
|
||||
return obj instanceof Error && es5.propertyIsWritable(obj, "stack");
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue