@forge/cli

13.3.0-next.20-experimental-cf2ad4c13.3.0-next.12-experimental-4b981ef-experimental-5b8eb3c
out/command-line/view/module-view.js
~out/command-line/view/module-view.jsModified
−3
Index: package/out/command-line/view/module-view.js
===================================================================
--- package/out/command-line/view/module-view.js
+++ package/out/command-line/view/module-view.js
@@ -20,11 +20,8 @@
     }
     emptyLine() {
         this.ui.emptyLine();
     }
-    async displayProgress(progress, startText, successText) {
-        return this.ui.displayProgress(progress, startText, successText);
-    }
     warn(warning) {
         this.ui.warn(warning);
     }
     info(message) {