summaryrefslogtreecommitdiff
path: root/scripts/check_binary_size.js
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/check_binary_size.js')
-rwxr-xr-xscripts/check_binary_size.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/check_binary_size.js b/scripts/check_binary_size.js
index b26796b021..b1deb57dda 100755
--- a/scripts/check_binary_size.js
+++ b/scripts/check_binary_size.js
@@ -50,6 +50,8 @@ function getPriorSize() {
ref: mergeBase
}).then(({data}) => {
const run = data.check_runs.find(run => run.name === name);
+
+ console.log(data)
if (!run) {
console.log('No matching check found.');
return Promise.resolve(null);