Skip to content

Commit

Permalink
refine log message
Browse files Browse the repository at this point in the history
  • Loading branch information
marcuspoehls authored Sep 5, 2024
1 parent 13fc31b commit e91b3f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bundler.ts
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ export class Bundler {
`)

await fs.writeFile(aceFileLocation, aceFileContent)
this.#logger.info('copied ace file', { suffix: this.#getRelativeName(aceFileLocation) })
this.#logger.info('created ace file', { suffix: this.#getRelativeName(aceFileLocation) })
}

/**
Expand Down

0 comments on commit e91b3f0

Please sign in to comment.