Skip to content

Commit

Permalink
wip: testing
Browse files Browse the repository at this point in the history
  • Loading branch information
jmgilman committed Aug 30, 2024
1 parent f989b23 commit c0acbab
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 7 deletions.
3 changes: 0 additions & 3 deletions forge/actions/discovery/dist/index.js

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

2 changes: 1 addition & 1 deletion forge/actions/discovery/dist/index.js.map

Large diffs are not rendered by default.

3 changes: 0 additions & 3 deletions forge/actions/discovery/src/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,6 @@ async function run() {
stdout: (data) => {
stdout += data.toString();
},
stderr: (data) => {
console.log(data.toString());
},
};

await exec.exec("forge", args, options);
Expand Down

0 comments on commit c0acbab

Please sign in to comment.