mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-03-02 02:53:01 +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("-- 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 =>
|
||||
|
|
Loading…
Reference in a new issue