Skip to content

Commit

Permalink
chore: disable silent
Browse files Browse the repository at this point in the history
  • Loading branch information
incendial committed Mar 22, 2024
1 parent 56b1364 commit 54932a8
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions 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 dist/index.js.map

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions src/commands/analyze.ts
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@ export async function analyze(options: Options): Promise<readonly Report[]> {
core.info(`Running dcm ${execOptions.join(' ')}`);

const jsonOutput = await exec.getExecOutput('dcm', execOptions, {
silent: true,
ignoreReturnCode: true,
// silent: true,
// ignoreReturnCode: true,
});
const trimmed = jsonOutput.stdout.trim();

Expand Down

0 comments on commit 54932a8

Please sign in to comment.