Skip to content

Commit 32c7e7f

Browse files
chore(tslint): no-console
1 parent fd73f5e commit 32c7e7f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lazyLoad/lazyLoadNgModule.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ export function applyNgModule(transition: Transition, ng2Module: NgModuleRef<any
149149
.reduce(uniqR, []) as StatesModule[];
150150

151151
if (newRootModules.length) {
152-
console.log(newRootModules);
152+
console.log(newRootModules); // tslint:disable-line:no-console
153153
throw new Error('Lazy loaded modules should not contain a UIRouterModule.forRoot() module');
154154
}
155155

0 commit comments

Comments
 (0)