mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-27 03:57:21 +00:00
Fixed problem with recipe file generation in ginsu
This commit is contained in:
parent
74363b104a
commit
36927cf0e5
2
ginsu.js
2
ginsu.js
@ -26,5 +26,5 @@ for(var t=0; t<tiddlers.length; t++) {
|
|||||||
recipe.push("tiddler: " + filename + "\n");
|
recipe.push("tiddler: " + filename + "\n");
|
||||||
}
|
}
|
||||||
|
|
||||||
fs.writeFileSync(path.join(outputdir,"split.recipe"),recipe.join());
|
fs.writeFileSync(path.join(outputdir,"split.recipe"),recipe.join(""));
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user