Prompt user to exit Powershell so window doesn't close automatically

This commit is contained in:
Zach Latta
2025-03-13 15:22:02 -04:00
committed by GitHub
parent 62df2e92c9
commit db1ef52872

View File

@@ -49,4 +49,6 @@ try {
} catch {
Write-Error "Error sending heartbeat: $($_.Exception.Response.StatusCode.Value__) $($_.Exception.Message)"
exit 1
}
}
Read-Host -Prompt "Press Enter to exit..."