Skip to content

Commit

Permalink
Fix self-referencing spawn alias in runner
Browse files Browse the repository at this point in the history
  • Loading branch information
pyotrk committed May 25, 2026
1 parent 7d0a15a commit ed5519c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crdt-demo/runner.zig
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
//! CRDT server binary, then waits for the server to exit.

const std = @import("std");
const spawn = spawn;
const spawn = std.process.spawn;

pub fn main(init: std.process.Init) !void {
const io = init.io;
Expand Down

0 comments on commit ed5519c

Please sign in to comment.