File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
core/src/components/router Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -167,7 +167,7 @@ export class Router implements ComponentInterface {
167167 @Method ( )
168168 async navChanged ( direction : RouterDirection ) : Promise < boolean > {
169169 if ( this . busy ) {
170- printIonWarning ( '[ion-router] - Router is busy, navChanged was cancelled' ) ;
170+ printIonWarning ( '[ion-router] - Router is busy, navChanged was cancelled. ' ) ;
171171 return false ;
172172 }
173173 const { ids, outlet } = await readNavState ( window . document . body ) ;
@@ -183,7 +183,7 @@ export class Router implements ComponentInterface {
183183
184184 const segments = chainToSegments ( chain ) ;
185185 if ( ! segments ) {
186- printIonWarning ( '[ion-router] - Router could not match path because some required param is missing' ) ;
186+ printIonWarning ( '[ion-router] - Router could not match path because some required param is missing. ' ) ;
187187 return false ;
188188 }
189189
You can’t perform that action at this time.
0 commit comments