Jeremy Tuloup 4 年之前
父節點
當前提交
ee58369271
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      packages/markdownviewer-extension/src/index.ts

+ 1 - 1
packages/markdownviewer-extension/src/index.ts

@@ -95,7 +95,7 @@ function activate(
       tracker.forEach(widget => {
         updateWidget(widget.content);
       });
-    }
+    };
 
     // Fetch the initial state of the settings.
     settingRegistry