summaryrefslogtreecommitdiff
path: root/scripts/get.ps1
diff options
context:
space:
mode:
authorOpportunityLiu <[email protected]>2019-06-06 18:36:21 +0800
committerOpportunityLiu <[email protected]>2019-06-06 18:36:21 +0800
commita1b6a1e11a7b0dacbe718b78e80c92107e43203b (patch)
tree535966564b59a7d42fac7a2c3459b53b3ecc2ee9 /scripts/get.ps1
parent9aa7e776e2bd429962f78632e043bba2c728c46c (diff)
fix script
Diffstat (limited to 'scripts/get.ps1')
-rw-r--r--scripts/get.ps12
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/get.ps1 b/scripts/get.ps1
index bd706b4d4..9b500d44c 100644
--- a/scripts/get.ps1
+++ b/scripts/get.ps1
@@ -190,5 +190,7 @@ if (-not $env:CI) {
xmakeSelfBuild
} catch { } # continue
registerTabCompletion
+} else {
+ Write-Host "Self bulid and tab completion registration has been skipped"
}