From 1481fe9c1dfd7155bbd4e91aa2560d84d66333ff Mon Sep 17 00:00:00 2001 From: Stephan Yelle Date: Fri, 5 Dec 2025 15:08:03 -0500 Subject: [PATCH] Update samy.ps1 --- samy.ps1 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/samy.ps1 b/samy.ps1 index 9b0b966..7f5770d 100644 --- a/samy.ps1 +++ b/samy.ps1 @@ -1361,7 +1361,7 @@ function Send-JSON { $Context.Response.OutputStream.Close() } catch { - # Last-resort error handling – don't let the whole request crash + # Last-resort error handling - don't let the whole request crash Write-LogHybrid "Send-JSON fatal error: $($_.Exception.Message)" Error Printers -LogToEvent try { $fallback = '[]' @@ -1372,7 +1372,7 @@ function Send-JSON { $Context.Response.OutputStream.Close() } catch { - # If even this fails, just give up silently – we've already logged it. + # If even this fails, just give up silently - we've already logged it. } } }