Updated list-weather.ps1

This commit is contained in:
Markus Fleschutz 2024-09-09 21:42:54 +02:00
parent bae442ee81
commit b0148fcc53

View File

@ -127,6 +127,6 @@ try {
} }
exit 0 # success exit 0 # success
} catch { } catch {
"⚠️ Error in line $($_.InvocationInfo.ScriptLineNumber): $($Error[0])" "⚠️ Sorry: $($Error[0]) in script line $($_.InvocationInfo.ScriptLineNumber)."
exit 1 exit 1
} }