Skip to content

Commit

Permalink
Merge pull request #81 from marcuspoehls/patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
thetutlage authored Sep 12, 2024
2 parents 5d5c63d + e91b3f0 commit decb806
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('rewrited ace file', { suffix: this.#getRelativeName(aceFileLocation) })
this.#logger.info('created ace file', { suffix: this.#getRelativeName(aceFileLocation) })
}

/**
Expand Down

0 comments on commit decb806

Please sign in to comment.