Skip to content

Commit

Permalink
Build project
Browse files Browse the repository at this point in the history
  • Loading branch information
mitchell-codecov committed Jul 26, 2022
1 parent 07e48b8 commit f41af91
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion dist/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -20577,7 +20577,9 @@ const buildExec = () => {
if (uploaderVersion == '') {
uploaderVersion = 'latest';
}
console.debug({ execArgs });
if (verbose) {
console.debug({ execArgs });
}
return { execArgs, options, failCi, os, uploaderVersion, verbose };
};
/* harmony default export */ const src_buildExec = (buildExec);
Expand Down
2 changes: 1 addition & 1 deletion dist/index.js.map

Large diffs are not rendered by default.

0 comments on commit f41af91

Please sign in to comment.