From b0148fcc5381763b4924f7721a984bf638652803 Mon Sep 17 00:00:00 2001 From: Markus Fleschutz Date: Mon, 9 Sep 2024 21:42:54 +0200 Subject: [PATCH] Updated list-weather.ps1 --- scripts/list-weather.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/list-weather.ps1 b/scripts/list-weather.ps1 index 43d8fd4d..4e63d15e 100755 --- a/scripts/list-weather.ps1 +++ b/scripts/list-weather.ps1 @@ -127,6 +127,6 @@ try { } exit 0 # success } catch { - "⚠️ Error in line $($_.InvocationInfo.ScriptLineNumber): $($Error[0])" + "⚠️ Sorry: $($Error[0]) in script line $($_.InvocationInfo.ScriptLineNumber)." exit 1 }