Skip to content

Commit a514d73

Browse files
author
Vladimir Enchev
committed
component builder exceptions restored
1 parent a13673b commit a514d73

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ui/builder/component-builder.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ export function getComponentModule(elementName: string, namespace: string, attri
6262
// Create instance of the component.
6363
instance = new instanceType();
6464
} catch (ex) {
65-
//throw new Error("Cannot create module " + moduleId + ". " + ex);
65+
throw new Error("Cannot create module " + moduleId + ". " + ex);
6666
}
6767

6868
if (instance && instanceModule) {

0 commit comments

Comments
 (0)