Skip to content

Commit

Permalink
+ debug msg
Browse files Browse the repository at this point in the history
  • Loading branch information
kanasimi committed Sep 5, 2024
1 parent 41040e7 commit 544da7f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions routine/20160517.interlanguage_link_to_wikilinks.js
Original file line number Diff line number Diff line change
Expand Up @@ -623,6 +623,10 @@ function for_each_page(page_data, messages) {

if (--template_count > 0 || !template_parsed) {
// console.trace([ template_count, template_parsed ]);
if (template_count < 0) {
CeL
.error('check_page: template_count < 0! 可能有 template_count++ 之前,沒登記到的 check_page() 呼叫?');
}
return;
}

Expand Down

0 comments on commit 544da7f

Please sign in to comment.