Debug execArgs

This commit is contained in:
Mitchell Borrego 2022-07-26 02:25:27 -04:00
parent 0abb23f56a
commit a9ded9eee5
No known key found for this signature in database
GPG key ID: BE864F77C8CFBB4C

View file

@ -176,6 +176,8 @@ const buildExec = () => {
uploaderVersion = 'latest';
}
console.debug({execArgs});
return {execArgs, options, failCi, os, uploaderVersion, verbose};
};