Skip to content

Commit 76402d1

Browse files
committed
get rid of unref
1 parent 352bee8 commit 76402d1

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/internal/endpoints.ts

-4
Original file line numberDiff line numberDiff line change
@@ -126,10 +126,6 @@ export const endpointSpawn = async (
126126
env: env,
127127
});
128128

129-
if (detached) {
130-
childProcess.unref();
131-
}
132-
133129
log("Started child process", { cmds, pid: childProcess.pid });
134130
}
135131

0 commit comments

Comments
 (0)