fix(cli): refactor

This commit is contained in:
Leifer Mendez
2023-01-16 10:49:58 +01:00
parent 0c0f4375b8
commit 8c825e7f6b

View File

@@ -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')) {