Skip to content

Commit

Permalink
Meilleure gestion du logger dans commit-sha-file-generator.
Browse files Browse the repository at this point in the history
  • Loading branch information
Skyost committed Jan 6, 2025
1 parent db070f0 commit 3a5d9c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/commit-sha-file-generator.ts
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,6 @@ export default defineNuxtModule<ModuleOptions>({
fs.mkdirSync(path.dirname(filePath), { recursive: true })
fs.writeFileSync(filePath, JSON.stringify(latestCommitData))

logger.success(name, `Wrote latest commit info for ${long} in ${filePath}.`)
logger.success(`Wrote latest commit info for ${long} in ${filePath}.`)
}
})

0 comments on commit 3a5d9c4

Please sign in to comment.