Merge pull request #9050 from oparaskos/oparaskos-patch-1

Fix interpolated string `Failed to generate docs...`
This commit is contained in:
Fredrik Adelöw
2022-01-21 10:11:37 +01:00
committed by GitHub
2 changed files with 6 additions and 1 deletions
@@ -150,7 +150,7 @@ export class TechdocsGenerator implements GeneratorBase {
`Failed to generate docs from ${inputDir} into ${outputDir}`,
);
throw new ForwardedError(
'Failed to generate docs from ${inputDir} into ${outputDir}',
`Failed to generate docs from ${inputDir} into ${outputDir}`,
error,
);
}