diff --git a/core/boot.js b/core/boot.js index a341ccb85..1091e2b43 100644 --- a/core/boot.js +++ b/core/boot.js @@ -1018,6 +1018,8 @@ $tw.loadWikiTiddlers = function(wikiPath,parentPaths) { var resolvedIncludedWikiPath = path.resolve(wikiPath,includedWikiPath); if(parentPaths.indexOf(resolvedIncludedWikiPath) === -1) { $tw.loadWikiTiddlers(resolvedIncludedWikiPath,parentPaths); + } else { + console.log("Cannot recursively include wiki",resolvedIncludedWikiPath); } }); }