| author | |
| committer | |
| log | 784e89fd4b081900baaa9052273bccefc91d01ed |
| tree | 072b4a1d0b1a2b92b78fd17c7ef25343475bf390 |
| parent | 360bc28c9646ef6bcd6136f8a088930201e02012 |
1 files changed, 1 insertions(+), 1 deletions(-)
lib/std/json/dynamic.zig+1-1| ... | ... | @@ -47,7 +47,7 @@ pub const Value = union(enum) { |
| 47 | 47 | } |
| 48 | 48 | |
| 49 | 49 | pub fn dump(v: Value) void { |
| 50 | const stderr = std.debug.lockStderr(&.{}, null); | |
| 50 | const stderr = std.debug.lockStderr(&.{}); | |
| 51 | 51 | defer std.debug.unlockStderr(); |
| 52 | 52 | json.Stringify.value(v, .{}, &stderr.file_writer.interface) catch return; |
| 53 | 53 | } |