remove debugger

This commit is contained in:
Joshua Fontany 2024-04-10 20:06:17 -07:00
parent 7f096e6808
commit 5ef410a43d
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@ Saves individual tiddlers in their raw text or binary format to the specified fi
$tw.utils.each(tiddlers,function(title) {
if(!result) {
var tiddler = self.commander.wiki.getTiddler(title);
if(tiddler) { debugger;
if(tiddler) {
var fileInfo = $tw.utils.generateTiddlerFileInfo(tiddler,{
directory: path.resolve(self.commander.outputPath),
pathFilters: [filenameFilter],