Fixed problem with recipe file generation in ginsu

This commit is contained in:
Jeremy Ruston 2011-11-26 13:22:50 +00:00
parent 74363b104a
commit 36927cf0e5
1 changed files with 1 additions and 1 deletions

View File

@ -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(""));