mirror of
https://github.com/cheveguerra/bot-whatsapp.git
synced 2026-04-17 19:26:23 +00:00
fix(cli): ⚡ refactor
This commit is contained in:
@@ -24,7 +24,7 @@ const checkNodeVersion = () => {
|
||||
}
|
||||
|
||||
const checkOs = () => {
|
||||
return new Promise((resolve, reject) => {
|
||||
return new Promise((resolve) => {
|
||||
console.log(bgCyan('🙂 Revisando tu sistema operativo'))
|
||||
const os = process.platform
|
||||
if (!os.includes('win32')) {
|
||||
|
||||
Reference in New Issue
Block a user