Skip to content

Commit

Permalink
fix: delete the **bring back** tree node from the undo container remap (
Browse files Browse the repository at this point in the history
  • Loading branch information
Leeeon233 authored Aug 19, 2024
1 parent b5503f8 commit 79e9f29
Show file tree
Hide file tree
Showing 4 changed files with 832 additions and 6 deletions.
1 change: 1 addition & 0 deletions crates/fuzz/src/crdt_fuzzer.rs
Original file line number Diff line number Diff line change
Expand Up @@ -327,6 +327,7 @@ where
N: Fn(u8, &mut [T]) -> Vec<T>,
T: Clone + Debug,
{
println!("Minifying...");
std::panic::set_hook(Box::new(|_info| {
// ignore panic output
// println!("{:?}", _info);
Expand Down
Loading

0 comments on commit 79e9f29

Please sign in to comment.