fix comment
This commit is contained in:
Родитель
c4d70a9fa7
Коммит
5c6a476e8c
|
@ -15,8 +15,7 @@ $exitCode += $LASTEXITCODE;
|
|||
|
||||
Write-Host "start: Get dist folder files"
|
||||
& dir "dist"
|
||||
$dir = './dist'
|
||||
$hasAnySubdir = (Get-ChildItem -Force -Directory $dir).Count -gt 0
|
||||
$hasAnySubdir = (Get-ChildItem -Force -Directory './dist').Count -gt 0
|
||||
If ($hasAnySubdir) {
|
||||
Write-Host "Error: dist folder has subfolders!"
|
||||
$exitCode += 1;
|
||||
|
|
Загрузка…
Ссылка в новой задаче