We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 05108ed commit a03a2b4Copy full SHA for a03a2b4
template-src/CreateTemplate.ps1
@@ -31,7 +31,8 @@ Write-Host "[$timestamp] Template preparation process started"
31
if (Test-Path $OutputDirectory) {
32
Write-Host "[$timestamp] Cleaning existing output directory..."
33
Remove-Item -Path "$OutputDirectory\*" -Recurse -Force -ErrorAction SilentlyContinue
34
-} else {
+}
35
+else {
36
Write-Host "[$timestamp] Creating output directory..."
37
New-Item -Path $OutputDirectory -ItemType Directory | Out-Null
38
}
0 commit comments