3
0
Эх сурвалжийг харах

add `console.log` for inclusion of `_after`-passages to `PassageFooter`

Stephan Fuchs 2 сар өмнө
parent
commit
2065124b84

+ 1 - 0
sugarcube/src/PassageFooter.tw

@@ -3,6 +3,7 @@
 	<<include `$here+'_after'`>>
 <</if>>*/
 <<for _afterPassage range Story.lookup("tags", $here+'_after')>>
+	<<run console.log('Included after-passage:',_afterPassage.title)>>
 	<<include _afterPassage.title>>
 <</for>>