mirror of
https://github.com/codecov/codecov-action.git
synced 2025-12-23 20:27:02 +08:00
more console
This commit is contained in:
4
dist/index.js
vendored
4
dist/index.js
vendored
@@ -2606,7 +2606,6 @@ let buildExec = () => {
|
||||
if (xcode_derived_data) { execArgs.push("-D", `${xcode_derived_data}`); }
|
||||
if (xcode_package) { execArgs.push("-J", `${xcode_package}`); }
|
||||
|
||||
console.log(execArgs);
|
||||
return execArgs, filepath, fail_ci;
|
||||
}
|
||||
|
||||
@@ -2620,6 +2619,9 @@ try {
|
||||
try {
|
||||
let execArgs, filepath, fail_ci = buildExec();
|
||||
|
||||
console.log(execArgs);
|
||||
console.log(filepath);
|
||||
|
||||
if (error && fail_ci) {
|
||||
throw error;
|
||||
} else if (error) {
|
||||
|
||||
Reference in New Issue
Block a user