Debugging

This commit is contained in:
Andrew Kahr 2023-10-27 01:38:21 -07:00
parent 10c4e7fdc4
commit c59b213139
2 changed files with 1 additions and 1 deletions

BIN
dist/index.js.map generated vendored

Binary file not shown.

View File

@ -172,7 +172,7 @@ while (!$process.HasExited) {
# Display results
if ($process.ExitCode -eq 0)
{
Write-Output "Build Succeeded!"
Write-Output "Build Succeeded!!"
} else
{
Write-Output "$('Build failed, with exit code ')$($process.ExitCode)$('"')"