summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjmkiley <jordan.kiley@mapbox.com>2019-10-08 15:44:04 -0700
committerjmkiley <jordan.kiley@mapbox.com>2019-10-08 15:44:04 -0700
commit9c6ee9c3fe66a98f5f3ce6cff23673bc6de79fa5 (patch)
tree7ba52b1fe101b754a16e031cf3937955ecf34f18
parent109a45c2261b9778b48ba170b6df4da90749cfce (diff)
downloadqtlocation-mapboxgl-upstream/jmiley-coverage-file.tar.gz
-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);