Cleanup, docs, screen shot of WFC

This commit is contained in:
Bryan Ashby
2022-08-04 11:32:09 -06:00
parent 8a351ecd7d
commit 95183fd3b3
7 changed files with 28 additions and 13 deletions

View File

@@ -100,7 +100,7 @@ function Client(/*input, output*/) {
// :TODO: clean this up: We have a ugly transition state in which we have a pure raw config vs a ConfigLoader in which get() must be called
try {
return this.currentThemeConfig.get();
} catch(e) {
} catch (e) {
return this.currentThemeConfig;
}
} else {