This commit is contained in:
Hirzi
2021-07-26 08:12:05 +07:00
committed by GitHub
parent 11a78d3ffd
commit b7e6f299f1

View File

@@ -255,7 +255,7 @@ module.exports = client => {
nodes = nodes + d
})
console.log(chalk.cyan(['[PteroStats Checker] ']) + chalk.green('Connected to ' + list.length + ' nodes')
console.log(chalk.cyan(['[PteroStats Checker] ']) + chalk.green('Connected to ' + list.length + ' nodes'))
let nodeCount = '[Total ' + list.length + ']'
if (debug === true) console.log(chalk.magenta('[PteroStats Debug] ') + chalk.blue(nodes))