more output

This commit is contained in:
ibrahim0814
2019-11-14 00:47:48 -08:00
parent 29e36a5e71
commit 747c905e39

View File

@@ -51,9 +51,9 @@ try {
//body = body.replace("set -e +o pipefail","")
execFile(body,[], {shell: true, env:{CODECOV_TOKEN: 'e0f9f29c-c2e4-4dd3-b440-0c2bc6937859'}},(error, stdout, stderr) => {
//console.log("error: ", error);
console.log("error: ", error);
console.log("stdout: ", stdout);
//console.log("stderr: ", stderr);
console.log("stderr: ", stderr);
});