Jeremy Tuloup 4 years ago
parent
commit
ee58369271
1 changed files with 1 additions and 1 deletions
  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