mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-10-07 11:48:29 +08:00
fix(extensions): Add name of extension incorrectly applying transforms
This commit is contained in:
parent
f334899aff
commit
904b1ba1f1
1 changed files with 1 additions and 1 deletions
|
@ -413,7 +413,7 @@ class DraftStore
|
||||||
console.log(transformed.body)
|
console.log(transformed.body)
|
||||||
console.log("-- UNTRANSFORMED (should match BEFORE) --")
|
console.log("-- UNTRANSFORMED (should match BEFORE) --")
|
||||||
console.log(untransformed.body)
|
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
|
draft = transformed
|
||||||
|
|
||||||
.then =>
|
.then =>
|
||||||
|
|
Loading…
Add table
Reference in a new issue