working ws provider

This commit is contained in:
Leifer Mendez
2022-11-11 17:56:35 +01:00
parent da8defc517
commit 1edd9ab371
6 changed files with 21 additions and 7 deletions

View File

@@ -1,7 +1,7 @@
const { yellow, red, bgRed } = require('kleur')
const printer = (message, title) => {
// console.clear()
console.clear()
if (title) console.log(bgRed(`${title}`))
console.log(yellow(Array.isArray(message) ? message.join('\n') : message))
console.log(``)