From a75cb369f1ed2a42f8b565c644aae28fec02b995 Mon Sep 17 00:00:00 2001 From: Markus Fleschutz Date: Sat, 10 Sep 2022 22:45:56 +0200 Subject: [PATCH] Update show-notification.ps1 --- Scripts/show-notification.ps1 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Scripts/show-notification.ps1 b/Scripts/show-notification.ps1 index 3566e8aa..c6ce9c6e 100755 --- a/Scripts/show-notification.ps1 +++ b/Scripts/show-notification.ps1 @@ -1,4 +1,4 @@ -<# +<# .SYNOPSIS Shows a notification .DESCRIPTION @@ -25,6 +25,6 @@ try { $balloon.ShowBalloonTip($Duration) exit 0 # success } catch { - "⚠️ Error in line $($_.InvocationInfo.ScriptLineNumber): $($Error[0])" - exit 1 + "⚠️ Error in line $($_.InvocationInfo.ScriptLineNumber): $($Error[0])" + exit 1 }