style: fix prettier formatting in external-manager.js

This commit is contained in:
Brian 2026-05-12 22:17:53 -05:00
parent 5d282f95a0
commit 1db28c251c
1 changed files with 2 additions and 2 deletions

View File

@ -537,8 +537,8 @@ class ExternalModuleManager {
: ''; : '';
throw new Error( throw new Error(
`Module '${moduleCode}' was downloaded but its module definition was not found. ` + `Module '${moduleCode}' was downloaded but its module definition was not found. ` +
`Expected '${moduleDefinitionPath}' to exist in ${versionHint}, but it is missing. ` + `Expected '${moduleDefinitionPath}' to exist in ${versionHint}, but it is missing. ` +
`The repository may have been restructured after this release was tagged.${channelHint}`, `The repository may have been restructured after this release was tagged.${channelHint}`,
); );
} }
cachedModules = null; cachedModules = null;