diff --git a/lib/git.js b/lib/git.js index 42162eb6..bd14488a 100644 --- a/lib/git.js +++ b/lib/git.js @@ -182,6 +182,7 @@ function deploy(action) { (0, core_1.info)('Updates were rejected'); // If the push failed for any reason other than being rejected, // there is a problem + console.log('THE LOG---', pushResult.stderr); if (!rejected && pushResult.stderr) throw new Error(pushResult.stderr); } while (rejected);