Skip to content

Commit

Permalink
dist update
Browse files Browse the repository at this point in the history
  • Loading branch information
arturcic committed Nov 18, 2024
1 parent 0556c0b commit 5b1b6b1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
5 changes: 1 addition & 4 deletions dist/tools/lib.mjs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { parseArgs } from 'node:util';
import * as process from 'node:process';
import process from 'node:process';

async function getAgent(buildAgent) {
const agent = `./${buildAgent}/agent.mjs`;
Expand All @@ -24,9 +24,6 @@ function parseCliArgs() {
async function run(agent, tool, command) {
const runner = await getToolRunner(agent, tool);
const { code, stdout, stderr } = await runner.run(command);
if (stdout) {
process.stdout.write(stdout);
}
if (stderr) {
process.stderr.write(stderr);
}
Expand Down
2 changes: 1 addition & 1 deletion dist/tools/lib.mjs.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 5b1b6b1

Please sign in to comment.