mirror of
https://github.com/fofolee/uTools-quickcommand.git
synced 2025-10-10 07:23:23 +08:00
修复编排运行脚本的错误无法被自动捕捉的BUG
This commit is contained in:
@@ -296,7 +296,7 @@ export default {
|
||||
? alert(stderr)
|
||||
: this.showRunResult(stderr, false);
|
||||
}
|
||||
!options.action(stdout.toString()) || this.showRunResult(stdout, true);
|
||||
!options.action(stdout?.toString()) || this.showRunResult(stdout, true);
|
||||
},
|
||||
// 显示运行结果
|
||||
async showRunResult(content, isSuccess) {
|
||||
|
Reference in New Issue
Block a user