Skip to content

Commit

Permalink
Forgot to remove console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
Zhenya Ragulin committed Nov 3, 2020
1 parent 6d1632f commit 13e8f5e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/build.js
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,6 @@ const followBuild = async ({ appSlug, buildSlug, client }, options = {}) => {
// (because of bitrise timeout for example). Don't follow such builds forever:
attributes = await describeBuild({ appSlug, buildSlug, client });
if (attributes.status === 3 && !response.data.is_archived && response.data.log_chunks.length === 0) {
console.log('inside');
process.stdout.write('Build has been aborted, not polling logs any more\n');
throw new Error(`Build ${appSlug}/${buildSlug} aborted`);
}
Expand Down

0 comments on commit 13e8f5e

Please sign in to comment.