1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2026-03-16 20:59:51 +00:00
Files
TiddlyWiki5/core/modules/widgets
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
..
2016-10-20 09:44:52 +01:00
2014-02-10 13:51:38 +00:00
2014-04-27 20:03:33 +01:00
2016-05-02 10:29:26 +01:00
2016-10-26 21:41:41 +01:00
2013-11-10 19:22:10 +00:00
2020-04-03 13:07:55 +01:00
2013-12-21 16:11:48 +00:00
2014-11-09 17:10:18 +00:00
2015-05-07 19:44:08 +01:00
2017-08-24 20:58:08 +01:00