mirror of
https://github.com/vuejs/vue-cli.git
synced 2026-04-27 07:09:16 -05:00
workflow: do not log if link check is successful
This commit is contained in:
@@ -15,7 +15,7 @@ async function checkLink (file, link, n) {
|
||||
if (result.statusCode !== 200) {
|
||||
throw new Error('error')
|
||||
} else {
|
||||
console.log('[OK]', link, result.statusCode)
|
||||
// console.log('[OK]', link, result.statusCode)
|
||||
}
|
||||
} catch (e) {
|
||||
console.warn('[!!]', link, `${file}:${parseInt(n) + 1}`)
|
||||
|
||||
Reference in New Issue
Block a user