Remove Bluebird mod that may or may not still be necessary

This commit is contained in:
Dan Stillman 2016-03-21 02:45:14 -04:00
parent 5de18a007d
commit e8bffc2275

View file

@ -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");
}