npm package diff

Package: @forge/tunnel

Versions: 6.0.0-next.13 - 6.0.0-next.14

File: package/out/command/interactors/function-change-watcher.js

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
@@ -40,9 +40,8 @@
                 sandboxes[`${module}.${func}`] = await this.createSandbox({
                     modName: module,
                     appPath: srcPath,
                     handler: func,
-                    isolateMemory: exports.MEMORY_LIMIT,
                     debugPort: LocalFunctionHost.getDebuggerPort(module, func, tunnelOptions)
                 });
             }));
             util_1.SandboxesContainer.updateSandboxes(sandboxes);