Fix crash in browser

This commit is contained in:
Jeremy Ruston 2025-07-25 09:38:32 +01:00
parent 1752eba1e8
commit 2ea6153a74

View file

@ -31,5 +31,7 @@ exports.startup = function() {
$tw.modules.applyMethods("tiddlerdeserializer",$tw.Wiki.tiddlerDeserializerModules);
$tw.macros = $tw.modules.getModulesByTypeAsHashmap("macro");
$tw.wiki.initParsers();
$tw.Commander.initCommands();
if($tw.node) {
$tw.Commander.initCommands();
}
};