mirror of
https://github.com/tiddly-gittly/TidGi-Desktop.git
synced 2026-04-07 14:21:26 -07:00
TiddlyWiki 5.4.0-prerelease introduced core-server/ directory which contains commander.js (module-type: global). Without it, \.Commander is undefined when load-modules.js startup runs \.Commander.initCommands(), crashing the wiki worker with 'Cannot read properties of undefined (reading initCommands)'. core-server is loaded by boot.js via loadPluginFolder(\.boot.coreServerPath), which silently returns null when the directory is missing, so the error was non-obvious and only manifested when actually starting a wiki workspace. |
||
|---|---|---|
| .. | ||
| afterPack.ts | ||
| beforeAsar.ts | ||
| compilePlugins.mjs | ||
| developmentMkdir.ts | ||
| start-e2e-app.ts | ||
| startMockOpenAI.ts | ||
| trimDugite.ts | ||