Skip to content

Commit cf4eba4

Browse files
committed
fix: PageRouterOutlet.ngOnDestroy logged as NSLocationStrategy.ngOnDestroy
1 parent 9d479a9 commit cf4eba4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nativescript-angular/router/page-router-outlet.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ export class PageRouterOutlet implements OnDestroy { // tslint:disable-line:dire
198198
});
199199
this.locationStrategy.clearOutlet(this.frame);
200200
} else {
201-
log("NSLocationStrategy.ngOnDestroy: no outlet available for page-router-outlet");
201+
log("PageRouterOutlet.ngOnDestroy: no outlet available for page-router-outlet");
202202
}
203203

204204
if (this.isActivated) {

0 commit comments

Comments
 (0)