forked from jsnbuchanan/crowd-funder-for-time-pwa
WIP: BROKEN FOR ELECTRON: Fixes in progress
This commit is contained in:
@@ -121,10 +121,10 @@ export class DeepLinkHandler {
|
||||
|
||||
// Validate route exists before proceeding
|
||||
if (!this.ROUTE_MAP[routePath]) {
|
||||
throw {
|
||||
code: "INVALID_ROUTE",
|
||||
throw {
|
||||
code: "INVALID_ROUTE",
|
||||
message: `Invalid route path: ${routePath}`,
|
||||
details: { routePath }
|
||||
details: { routePath },
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user