@forge/tunnel

6.3.10-next.0-experimental-1dcd5936.3.10-next.1
out/command/start-tunnel-command.js
~out/command/start-tunnel-command.jsModified
+1−1
Index: package/out/command/start-tunnel-command.js
===================================================================
--- package/out/command/start-tunnel-command.js
+++ package/out/command/start-tunnel-command.js
@@ -60,9 +60,9 @@
             this.tunnelFactory.closeTunnel(),
             this.devServer.stop(),
             ...Object.values(this.tunnelServers).map((server) => server.stop()),
             this.cspReporterServer?.stop(),
-            (0, cli_shared_1.stopDockerComposeStack)(this.configFile, this.logger, containersDockerComposeFiles)
+            (0, cli_shared_1.stopDockerComposeStack)(this.configFile, containersDockerComposeFiles)
         ]);
     };
     startFaaSTunnelServer = async ({ port, appId, environmentKey, tunnelUrl }) => {
         const { permissions = {}, remotes = [] } = await this.configFile.readConfig();