This commit is contained in:
Opportunity
2019-10-12 12:43:41 +08:00
Unverified
parent b18a2226d3
commit 73e20e3a6f
+1 -1
View File
@@ -58,7 +58,7 @@ async function unixInstall(version: string, sha: string) {
async function run() { async function run() {
try { try {
const { version, sha } = selectVersion() const { version, sha } = await selectVersion()
if (os.platform() === 'win32' || os.platform() === 'cygwin') if (os.platform() === 'win32' || os.platform() === 'cygwin')
await winInstall(version) await winInstall(version)
else else