mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
Merge pull request #1292 from NativeScript/cankov/does-not-have
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