Skip to content

Commit 32714c0

Browse files
committed
$PSNativeCommandUseErrorActionPreference = $true
1 parent 857f793 commit 32714c0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scripts/generate-cocoa-bindings.ps1

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
Set-StrictMode -Version Latest
44
$ErrorActionPreference = 'Stop'
5+
$PSNativeCommandUseErrorActionPreference = $true
56

67
$RootPath = (Get-Item $PSScriptRoot).Parent.FullName
78
$CocoaSdkPath = "$RootPath/modules/sentry-cocoa"

0 commit comments

Comments
 (0)