We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 230d33b commit d36540dCopy full SHA for d36540d
src/typegraph/specs/codegen/rpc/typescript/client.ts
@@ -36,6 +36,8 @@ if (platform === "darwin" || platform === "linux") {
36
const flags = fcntl([process.stdin.fd, F_GETFL, 0]);
37
const result = fcntl([process.stdin.fd, F_SETFL, flags & ~O_NONBLOCK]);
38
39
+ ffi.close("libc");
40
+
41
if (result !== 0) {
42
throw new Error("Failed to disable non-blocking fd flag");
43
}
0 commit comments