@forge/tunnel

6.4.2-next.46.5.0-next.5
out/command/interactors/function-change-watcher.js
~out/command/interactors/function-change-watcher.jsModified
+2−1
Index: package/out/command/interactors/function-change-watcher.js
===================================================================
--- package/out/command/interactors/function-change-watcher.js
+++ package/out/command/interactors/function-change-watcher.js
@@ -55,9 +55,10 @@
                 sandboxes[`${module}.${func}`] = await this.createSandbox({
                     modName: module,
                     appPath: srcPath,
                     handler: func,
-                    debugPort: LocalFunctionHost.getDebuggerPort(module, func, tunnelOptions)
+                    debugPort: LocalFunctionHost.getDebuggerPort(module, func, tunnelOptions),
+                    debugHost: tunnelOptions.debugHost
                 });
             }));
             util_1.SandboxesContainer.updateSandboxes(sandboxes);
         }