Skip to content

Commit

Permalink
Restored newline char erroneously half-deleted in --cache mode succ…
Browse files Browse the repository at this point in the history
…ess log
  • Loading branch information
adamlui committed Dec 26, 2024
1 parent 5b983d3 commit 1f03e90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/bump/resources.js
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@
userJSfiles = await findUserJS() ; console.log('')
fs.mkdirSync(path.dirname(cacheFilePath), { recursive: true })
fs.writeFileSync(cacheFilePath, JSON.stringify(userJSfiles, null, 2), 'utf-8')
log.success(`\Cache file created @ ${cacheFilePath}`)
log.success(`\nCache file created @ ${cacheFilePath}`)
} else { // use existing cache file
userJSfiles = JSON.parse(fs.readFileSync(cacheFilePath, 'utf-8'))
log.dev(userJSfiles) ; console.log('')
Expand Down

0 comments on commit 1f03e90

Please sign in to comment.