We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 857f793 commit 32714c0Copy full SHA for 32714c0
scripts/generate-cocoa-bindings.ps1
@@ -2,6 +2,7 @@
2
3
Set-StrictMode -Version Latest
4
$ErrorActionPreference = 'Stop'
5
+$PSNativeCommandUseErrorActionPreference = $true
6
7
$RootPath = (Get-Item $PSScriptRoot).Parent.FullName
8
$CocoaSdkPath = "$RootPath/modules/sentry-cocoa"
0 commit comments