style: fix prettier formatting in external-manager.js
This commit is contained in:
parent
5d282f95a0
commit
1db28c251c
|
|
@ -537,8 +537,8 @@ class ExternalModuleManager {
|
|||
: '';
|
||||
throw new Error(
|
||||
`Module '${moduleCode}' was downloaded but its module definition was not found. ` +
|
||||
`Expected '${moduleDefinitionPath}' to exist in ${versionHint}, but it is missing. ` +
|
||||
`The repository may have been restructured after this release was tagged.${channelHint}`,
|
||||
`Expected '${moduleDefinitionPath}' to exist in ${versionHint}, but it is missing. ` +
|
||||
`The repository may have been restructured after this release was tagged.${channelHint}`,
|
||||
);
|
||||
}
|
||||
cachedModules = null;
|
||||
|
|
|
|||
Loading…
Reference in New Issue