TiddlyWiki / TiddlyWiki5

A self-contained JavaScript wiki for the browser, Node.js, AWS Lambda etc.
https://tiddlywiki.com/
Other
8.01k stars 1.19k forks source link

[BUG] tiddlywiki --editions throws an ERROR #8301

Closed pmario closed 1 month ago

pmario commented 3 months ago

@Jermolene ... Just found out that TW command tiddlywiki --editions causes a problem if an edition does not have a tiddlywiki.info file. It throws an error with the

eg: Error: ENOENT: no such file or directory, open 'E:\git\tiddly\tiddlywiki\TiddlyWiki5\editions\multiwikiserver\tiddlywiki.info'

pmario commented 3 months ago

The line that cause the problem is: https://github.com/pmario/TiddlyWiki5/blob/master/core/modules/utils/edition-info.js#L33