FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

fix(minor): reword missing-xml-error to be clearer by petekanev · Pull Request #4947 · NativeScript/NativeScript · GitHub

Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension .ts  (1) All 1 file type selected
Viewed files
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Unified
Split
Hide whitespace
Diff view
Unified
Split
Hide whitespace
4 changes: 2 additions & 2 deletions tns-core-modules/ui/frame/frame-common.ts
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ export const resolvePageFromEntry = profile("resolvePageFromEntry", (entry: Navi
}

if (!page) {
throw new Error("Failed to load Page from entry.moduleName: " + entry.moduleName);
throw new Error("Failed to load page XML file for module: " + entry.moduleName);
}
}

Expand Down Expand Up @@ -617,4 +617,4 @@ export function goBack(): boolean {

export function stack(): Array<FrameBase> {
return frameStack;
}
}

Back | FazBrowse Home | New Git URL