@forge/tunnel
6.3.96.3.9-experimental-8b78d46
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, containersDockerComposeFiles)
+ (0, cli_shared_1.stopDockerComposeStack)(this.configFile, this.logger, containersDockerComposeFiles)
]);
};
startFaaSTunnelServer = async ({ port, appId, environmentKey, tunnelUrl }) => {
const { permissions = {}, remotes = [] } = await this.configFile.readConfig();