We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
log.break()
1 parent 7556002 commit 6828a5dCopy full SHA for 6828a5d
1 file changed
utils/bump/userscript-requires.mjs
@@ -183,6 +183,7 @@ for (const userJSfilePath of userscripts) {
183
}
184
185
186
+log.break()
187
log[urlsUpdatedCnt ? 'success' : 'info'](
188
`\n${ urlsUpdatedCnt ? 'Success! ' : '' }${
189
urlsUpdatedCnt } resource(s) bumped across ${filesUpdatedCnt} file(s).`
0 commit comments