Skip to content

Commit

Permalink
Update comment after rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
Quetzacoalt91 committed Jan 16, 2025
1 parent 744d37d commit be9a57d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion _dev/src/ts/routing/ScriptHandler.ts
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,8 @@ export default class ScriptHandler {

if (!scriptType) {
console.debug(`No matching class found for ID: ${scriptID}`);
// Each route must provide a script to load. If it does not exist, we load the error management script
// Outside a hydration, the scriptID matches the route query param.
// If it does not exist, we load the error management script instead.
return this.loadScript('error-page');
}

Expand Down

0 comments on commit be9a57d

Please sign in to comment.