mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
update verify.js
This commit is contained in:
parent
2791f005f1
commit
afa2f85986
|
@ -17,7 +17,7 @@ fs.readdir(CHAINS_DIRECTORY, async function (err, files) {
|
||||||
process.exit(1)
|
process.exit(1)
|
||||||
}
|
}
|
||||||
|
|
||||||
startSpinner(`Verifying ${CHAINS_DIRECTORY}`)
|
startSpinner(`Verifying ${CHAINS_DIRECTORY} files`)
|
||||||
|
|
||||||
let result = []
|
let result = []
|
||||||
|
|
||||||
|
@ -45,6 +45,8 @@ fs.readdir(CHAINS_DIRECTORY, async function (err, files) {
|
||||||
tableLog(result)
|
tableLog(result)
|
||||||
|
|
||||||
console.log(
|
console.log(
|
||||||
`Successfully verified ${files.length} file${files.length > 1 ? 's' : ''}`
|
`Successfully verified and wrote ${files.length} file${
|
||||||
|
files.length > 1 ? 's' : ''
|
||||||
|
}`
|
||||||
)
|
)
|
||||||
})
|
})
|
||||||
|
|
Loading…
Reference in New Issue
Block a user