commit e8bffc22752470012f82745e0fabdddb44462416
parent 5de18a007d7be67e2ed28037b2b2594aa579e9cd
Author: Dan Stillman <dstillman@zotero.org>
Date: Mon, 21 Mar 2016 02:45:14 -0400
Remove Bluebird mod that may or may not still be necessary
Diffstat:
1 file changed, 0 insertions(+), 3 deletions(-)
diff --git a/resource/bluebird.js b/resource/bluebird.js
@@ -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");
}