1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2025-04-28 05:33:14 +00:00
ento 259b45065a
Fix server error when saving a new tiddler created by following a tiddler link (#4770)
* 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
2020-08-27 15:45:34 +01:00
..
2020-03-26 13:15:02 +00:00
2020-08-03 10:41:23 +01:00
2020-05-10 11:58:40 +01:00
2020-08-17 18:44:36 +01:00