diff --git a/src/bundler.ts b/src/bundler.ts index fd932ec0..bd28458f 100644 --- a/src/bundler.ts +++ b/src/bundler.ts @@ -190,7 +190,7 @@ export class Bundler { `) await fs.writeFile(aceFileLocation, aceFileContent) - this.#logger.info('rewrited ace file', { suffix: this.#getRelativeName(aceFileLocation) }) + this.#logger.info('created ace file', { suffix: this.#getRelativeName(aceFileLocation) }) } /**