Skip to content

Commit 5400408

Browse files
improve debug msgs
1 parent beb71fe commit 5400408

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/fix-borked-yuidoc-files.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ export default async function fixBorkedYuidocFiles(file) {
3636
.replace('s3-docs', 's3-original-docs')
3737
.replace('.json', `-${Date.now()}.json`)
3838

39-
console.log(`\n\n\nProcessing ${file}`)
39+
console.log(`\n\n\nProcessing ${file} for broken decorators usage in code samples`)
4040

4141
const doc = await fs.readJson(file)
4242

0 commit comments

Comments
 (0)