mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-16 03:31:45 +08:00
Frame: navigateCore: The Error Lies
This commit is contained in:
@ -52,7 +52,7 @@ export class Frame extends frameCommon.Frame {
|
||||
public _navigateCore(backstackEntry: definition.BackstackEntry) {
|
||||
var viewController: UIViewController = backstackEntry.resolvedPage.ios;
|
||||
if (!viewController) {
|
||||
throw new Error("Required page does have an viewController created.");
|
||||
throw new Error("Required page does not have a viewController created.");
|
||||
}
|
||||
|
||||
navDepth++;
|
||||
|
Reference in New Issue
Block a user