diff --git a/src/nat/ArchiveController.kiss b/src/nat/ArchiveController.kiss index e3073bf..54fffc9 100644 --- a/src/nat/ArchiveController.kiss +++ b/src/nat/ArchiveController.kiss @@ -336,11 +336,13 @@ (defCommand CreatePlayground [name (Text null) catsMatchExp (Text null)] (archive.changePlaygrounds ->:Void [:DynamicAccess p] - (dictSet p name (object catsMatch catsMatchExp)))) + (dictSet p name (object catsMatch catsMatchExp))) + []) (defCommand SwitchPlayground [name (Text null)] (archive.changePlaygrounds ->:Void [:DynamicAccess p] (dictSet p "default" name)) - (when playgroundSystem (playgroundSystem.switchPlaygroundKey name))) + (when playgroundSystem (playgroundSystem.switchPlaygroundKey name)) + []) (defCommand AddConnections [entries (SelectedEntries 1 null) entriesToConnect (Entries 1 null)] (for e entries