Skip to content

Commit

Permalink
Swap timestamp & log_level return order.
Browse files Browse the repository at this point in the history
  • Loading branch information
junhaoliao committed Nov 7, 2024
1 parent 5f005e7 commit 9581578
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/clp_ffi_js/ir/StructuredIrStreamReader.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -177,8 +177,8 @@ auto StructuredIrStreamReader::decode_range(size_t begin_idx, size_t end_idx, bo
{ Emval.toValue($0).push([UTF8ToString($1), $2, $3, $4]); },
results.as_handle(),
json.value().dump().c_str(),
log_level,
timestamp,
log_level,
log_event_idx + 1
);
}
Expand Down

0 comments on commit 9581578

Please sign in to comment.