🐛 Remove the windows-init.sh message

This commit is contained in:
trickypr 2021-12-06 10:40:56 +11:00
parent b95e9e2994
commit 4f5885f14c
2 changed files with 1 additions and 9 deletions

View file

@ -17,14 +17,6 @@ export const init = async (
}
}
if (process.platform == 'win32') {
// Because Windows cannot handle paths correctly, we're just calling a script as the workaround.
log.info(
'Successfully downloaded browser source. Please run |./windows-init.sh| to finish up.'
)
process.exit(0)
}
const cwd = process.cwd()
const dir = resolve(cwd as string, directory.toString())