@dosgato/templating 0.0.12 → 0.0.13
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/component.js +1 -2
- package/package.json +1 -1
package/dist/component.js
CHANGED
|
@@ -83,9 +83,8 @@ class Component extends provider_1.ResourceProvider {
|
|
|
83
83
|
* continue. You generally do not need to use this function, just throw when appropriate.
|
|
84
84
|
*/
|
|
85
85
|
logError(e) {
|
|
86
|
-
var _a;
|
|
87
86
|
this.hadError = true;
|
|
88
|
-
|
|
87
|
+
this.passError(e, this.path);
|
|
89
88
|
}
|
|
90
89
|
// helper function for recursively passing the error up until it reaches the page
|
|
91
90
|
passError(e, path) {
|