diff --git a/tools/installer/modules/external-manager.js b/tools/installer/modules/external-manager.js index f65265606..20b396fba 100644 --- a/tools/installer/modules/external-manager.js +++ b/tools/installer/modules/external-manager.js @@ -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;