@forge/cli

12.22.0-experimental-04cc2b912.23.0-next.7-experimental-44b7a12
out/command-line/view/custom-scopes-view.js
~out/command-line/view/custom-scopes-view.jsModified
+1−1
Index: package/out/command-line/view/custom-scopes-view.js
===================================================================
--- package/out/command-line/view/custom-scopes-view.js
+++ package/out/command-line/view/custom-scopes-view.js
@@ -5,9 +5,9 @@
 var CustomScopesDisplayFormat;
 (function (CustomScopesDisplayFormat) {
     CustomScopesDisplayFormat[CustomScopesDisplayFormat["JSON"] = 0] = "JSON";
     CustomScopesDisplayFormat[CustomScopesDisplayFormat["TABLE"] = 1] = "TABLE";
-})(CustomScopesDisplayFormat || (exports.CustomScopesDisplayFormat = CustomScopesDisplayFormat = {}));
+})(CustomScopesDisplayFormat = exports.CustomScopesDisplayFormat || (exports.CustomScopesDisplayFormat = {}));
 class CustomScopesView {
     ui;
     constructor(ui) {
         this.ui = ui;