From 28193e6ed424acd2fcd2a47f1d5e4be53b23e63f Mon Sep 17 00:00:00 2001 From: Soopyboo32 <49228220+Soopyboo32@users.noreply.github.com> Date: Tue, 23 Nov 2021 21:23:26 +0800 Subject: Update metadata for v2.0.12 --- featureClass/featureManager.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'featureClass') 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 = {} -- cgit