@swmansion/argent 0.14.1-next.12 → 0.14.1-next.13
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cli-cmds.mjs +1 -0
- package/dist/mcp-server.mjs +1 -0
- package/package.json +1 -1
package/dist/cli-cmds.mjs
CHANGED
package/dist/mcp-server.mjs
CHANGED
|
@@ -15590,6 +15590,7 @@ function spawnToolsServer(paths, port, options = {}) {
|
|
|
15590
15590
|
const actualPort = parseInt(match[1], 10);
|
|
15591
15591
|
rl.close();
|
|
15592
15592
|
child.stdout?.resume();
|
|
15593
|
+
child.stdout?.unref?.();
|
|
15593
15594
|
settle(() => resolve3({ port: actualPort, pid }));
|
|
15594
15595
|
}
|
|
15595
15596
|
});
|