aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--www/mrPreview.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/www/mrPreview.html b/www/mrPreview.html
index c4f312e..41d7d99 100644
--- a/www/mrPreview.html
+++ b/www/mrPreview.html
@@ -65,6 +65,7 @@
let tagAddCount = 0
let tagModifyCount = 0
let tagRemoveCount = 0
+ console.log(`Fetch ${q.get('changes') || 'changes.json'}`)
fetch(q.get('changes') || 'changes.json')
.then(res => res.json())