Skip to content

Commit 536289a

Browse files
committed
powershell脚本设置成遇到错误就停止
1 parent 026e948 commit 536289a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

extra/win32/core/script/php/common.ps1

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
$ErrorActionPreference = 'Stop'
12

23
$dlDir=$Args[0]
34
$phpDir=$Args[1]

0 commit comments

Comments
 (0)