mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2026-07-03 02:20:46 +00:00
259b45065a
* Initialize draft tiddler with empty text Otherwise, when the tiddler has a meta file, $tw.utils.saveTiddlerToFile will call fs.writeFile with the content to write as `undefined`. Depending on the version of Node, this results in the string "undefined" getting saved or a TypeError. * Remove what seems to be a leftover debug log