Merge branch 'hicccc77:dev' into dev

This commit is contained in:
hejinkang
2026-03-27 10:08:08 +08:00
committed by GitHub
12 changed files with 97 additions and 15 deletions

View File

@@ -389,7 +389,7 @@ export class KeyServiceMac {
`set timeoutSec to ${timeoutSec}`,
'try',
'with timeout of timeoutSec seconds',
'set outText to do shell script cmd with administrator privileges',
'set outText to do shell script (cmd & " 2>&1") with administrator privileges',
'end timeout',
'return "WF_OK::" & outText',
'on error errMsg number errNum partial result pr',