Merge remote-tracking branch 'origin/master' into svetoslavtsenov/merge-release-in-master

This commit is contained in:
SvetoslavTsenov
2019-07-16 13:26:15 +03:00
22 changed files with 104 additions and 78 deletions

View File

@ -53,7 +53,7 @@ const createComponentInstance = profile("createComponentInstance", (elementName:
// Create instance of the component.
instance = new instanceType();
} catch (ex) {
const debug: typeof debugModule = require("utils/debug");
const debug: typeof debugModule = require("../../../utils/debug");
throw new debug.ScopeError(ex, "Module '" + resolvedModuleName + "' not found for element '" + (namespace ? namespace + ":" : "") + elementName + "'.");
}