Fix template dev tool error rendering

This commit is contained in:
Paulus Schoutsen 2017-02-08 20:34:36 -08:00
parent bdd3157087
commit 1809629a0e

View File

@ -172,7 +172,7 @@ Polymer({
this.processed = processed;
this.rendering = false;
}.bind(this), function (error) {
this.processed = error.message;
this.processed = error.body.message;
this.error = true;
this.rendering = false;
}.bind(this));