Skip to content

Commit 32a2ece

Browse files
committed
fix the typo fix
1 parent bd7cfad commit 32a2ece

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

samples/locate-city.ps1

+1-1
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ try
6565
catch
6666
{
6767
$_ | Out-Sentry
68-
"⚠️ Error n line $($_.InvocationInfo.ScriptLineNumber): $($Error[0])"
68+
"⚠️ Error on line $($_.InvocationInfo.ScriptLineNumber): $($Error[0])"
6969
}
7070
finally
7171
{

0 commit comments

Comments
 (0)