This commit is contained in:
Tom Hu
2021-01-02 16:48:26 -05:00
2 changed files with 76 additions and 74 deletions

View File

@@ -101,7 +101,7 @@ try {
url: "https://codecov.io/bash"
}, (error, response, body) => {
try {
const execArgs, filepath, fail_ci = buildExec();
let execArgs, filepath, fail_ci = buildExec();
if (error && fail_ci) {
throw error;