Fix for TailQueue and std.log changes
This commit is contained in:
parent
fb66e2795f
commit
b7c3084f09
24 changed files with 137 additions and 112 deletions
|
@ -255,7 +255,7 @@ pub const RuntimeStep = struct {
|
|||
|
||||
// put line in the queue
|
||||
var node = self.builder.allocator.create(Node) catch unreachable;
|
||||
node.* = Node.init(line);
|
||||
node.* = .{ .next = null, .data = line };
|
||||
self.msg_queue.put(node);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue