handle error without commands

This commit is contained in:
bobo.yang 2023-12-02 23:20:07 +08:00
parent 0241142c7a
commit bc8ca49c14
2 changed files with 1 additions and 2 deletions

View File

@ -202,7 +202,6 @@ class DevChat {
};
const pythonApp = UiUtilWrapper.getConfiguration("DevChat", "PythonForChat") || "python3";
logger.channel()?.info(`Running command:${pythonApp} ${args.join(" ")}`);
// run command
const { exitCode: code, stdout, stderr } = await this.commandRun.spawnAsync(

2
tools

@ -1 +1 @@
Subproject commit 026055a8f591b5872151d6ec71eb0e2b7bfd87bc
Subproject commit c9cc0d51a4d24162aaa2216e0bb0c6b198f74206