handle error without commands
This commit is contained in:
parent
0241142c7a
commit
bc8ca49c14
@ -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
2
tools
@ -1 +1 @@
|
||||
Subproject commit 026055a8f591b5872151d6ec71eb0e2b7bfd87bc
|
||||
Subproject commit c9cc0d51a4d24162aaa2216e0bb0c6b198f74206
|
Loading…
x
Reference in New Issue
Block a user