Skip to content

Commit c0acbab

Browse files
committed
wip: testing
1 parent f989b23 commit c0acbab

File tree

3 files changed

+1
-7
lines changed

3 files changed

+1
-7
lines changed

forge/actions/discovery/dist/index.js

-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

forge/actions/discovery/dist/index.js.map

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

forge/actions/discovery/src/main.js

-3
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,6 @@ async function run() {
1818
stdout: (data) => {
1919
stdout += data.toString();
2020
},
21-
stderr: (data) => {
22-
console.log(data.toString());
23-
},
2421
};
2522

2623
await exec.exec("forge", args, options);

0 commit comments

Comments
 (0)