Skip to content

Commit

Permalink
Fix error message when failing to report the bundle size of a pull re…
Browse files Browse the repository at this point in the history
…quest (#20254)
  • Loading branch information
danielrozenberg committed Jan 10, 2019
1 parent 09f1f40 commit 0b58778
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build-system/tasks/bundle-size.js
Original file line number Diff line number Diff line change
Expand Up @@ -347,7 +347,7 @@ async function reportBundleSize() {
response.body);
}
} catch (error) {
log(red('Could not report a skipped pull request'));
log(red('Could not report the bundle size of this pull request'));
log(red(error));
process.exitCode = 1;
return;
Expand Down

0 comments on commit 0b58778

Please sign in to comment.