kopia lustrzana https://github.com/miklobit/TiddlyWiki5
Fixed problem with recipe file generation in ginsu
rodzic
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");
|
||||
}
|
||||
|
||||
fs.writeFileSync(path.join(outputdir,"split.recipe"),recipe.join());
|
||||
fs.writeFileSync(path.join(outputdir,"split.recipe"),recipe.join(""));
|
||||
|
||||
|
|
Ładowanie…
Reference in New Issue