sync
This commit is contained in:
parent
041a080a13
commit
e88264075a
22 changed files with 31 additions and 34 deletions
|
|
@ -193,9 +193,7 @@ export const bash = Tool.define({
|
|||
timeout: timeout,
|
||||
});
|
||||
return {
|
||||
output: {
|
||||
content: process.stdout.toString("utf-8"),
|
||||
},
|
||||
output: process.stdout.toString("utf-8"),
|
||||
};
|
||||
},
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue