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. } } }