We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd7cfad commit 32a2eceCopy full SHA for 32a2ece
samples/locate-city.ps1
@@ -65,7 +65,7 @@ try
65
catch
66
{
67
$_ | Out-Sentry
68
- "⚠️ Error n line $($_.InvocationInfo.ScriptLineNumber): $($Error[0])"
+ "⚠️ Error on line $($_.InvocationInfo.ScriptLineNumber): $($Error[0])"
69
}
70
finally
71
0 commit comments