Skip to content

Commit bc80842

Browse files
committed
1 parent ced883b commit bc80842

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

utils/bump/chatbots.js

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -64,10 +64,8 @@
6464
console.log(chatbotFiles) ; console.log('')
6565
}
6666
else // use bump.findFileBySuffix()
67-
for (const chatbot of chatbots) {
67+
for (const chatbot of chatbots)
6868
chatbotFiles.push(...(await bump.findFileBySuffix({ suffix: `${chatbot}.user.js` })))
69-
console.log('')
70-
}
7169

7270
// PROCESS each userscript
7371
let filesUpdatedCnt = 0

0 commit comments

Comments
 (0)