diff options
Diffstat (limited to 'featureClass/featureManager.js')
-rw-r--r-- | featureClass/featureManager.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/featureClass/featureManager.js b/featureClass/featureManager.js index 8937043..d52d892 100644 --- a/featureClass/featureManager.js +++ b/featureClass/featureManager.js @@ -84,7 +84,7 @@ class FeatureManager { this.loadFeature(args) }).start() }, this) - this.registerCommand("soopylaginformation", (args)=>{ + this.registerCommand("soopylaginformation", (args)=>{ //TODO: make this a dedicated GUI new Thread(()=>{ this.recordingPerformanceUsage = true this.performanceUsage = {} |