Skip to content

Commit 14faa44

Browse files
committed
fix stdio io type
1 parent 459223f commit 14faa44

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/lang/server.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ void
208208
srv_init_stdio(struct workspace *wk, struct server *srv)
209209
{
210210
*srv = (struct server){
211-
.io_type = server_io_type_pipe,
211+
.io_type = server_io_type_stdio,
212212
.wk = wk,
213213
};
214214

0 commit comments

Comments
 (0)