Skip to content

Commit d636fa3

Browse files
author
vakrilov
committed
chore(update): Stop passing any arguments to the constructor for ErrorHandler
1 parent 9ee0051 commit d636fa3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nativescript-angular/nativescript.module.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ import { NativeScriptRendererFactory } from "./renderer";
2121
import { DetachedLoader } from "./common/detached-loader";
2222

2323
export function errorHandlerFactory() {
24-
return new ErrorHandler(true);
24+
return new ErrorHandler();
2525
}
2626

2727
@NgModule({

0 commit comments

Comments
 (0)