From 904b1ba1f18eabf308f989a64172b9a1670e93ca Mon Sep 17 00:00:00 2001 From: Juan Tejada Date: Wed, 11 May 2016 10:57:57 -0700 Subject: [PATCH] fix(extensions): Add name of extension incorrectly applying transforms --- src/flux/stores/draft-store.coffee | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/flux/stores/draft-store.coffee b/src/flux/stores/draft-store.coffee index 95edea0d3..fcacdeef9 100644 --- a/src/flux/stores/draft-store.coffee +++ b/src/flux/stores/draft-store.coffee @@ -413,7 +413,7 @@ class DraftStore console.log(transformed.body) console.log("-- UNTRANSFORMED (should match BEFORE) --") console.log(untransformed.body) - NylasEnv.reportError(new Error("An extension applied a tranform to the draft that it could not reverse.")) + NylasEnv.reportError(new Error("Extension #{ext.name} applied a tranform to the draft that it could not reverse.")) draft = transformed .then =>