Skip to content

Commit

Permalink
fix: improve debug log output when checking if bundle exists
Browse files Browse the repository at this point in the history
  • Loading branch information
digitalsadhu committed Mar 18, 2021
1 parent efd44ae commit 8d004ab
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions classes/publish/package/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,7 @@ module.exports = class Publish {
integrity = await this.checkIfAlreadyPublished.process();
} catch (err) {
// exit early if already published
this.log.debug(`Determined that files have already been published. Additional information: ${err.message}`);
return null;
}

Expand Down

0 comments on commit 8d004ab

Please sign in to comment.