We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 90f5e2b commit 329dadbCopy full SHA for 329dadb
packages/angular/build/src/tools/esbuild/i18n-inliner.ts
@@ -163,7 +163,7 @@ export class I18nInliner {
163
164
const result = await this.#workerPool.run({ filename, locale, translation });
165
if (this.#cache && cacheKey) {
166
- // Failure to settung the value should not fail the transform
+ // Failure to set the value should not fail the transform
167
await this.#cache.set(cacheKey, result).catch(() => {});
168
}
169
0 commit comments