Skip to content

feat(debug): export zipped logs #372

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 4 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
fix lint issues
  • Loading branch information
mmrrnn committed Jul 24, 2024
commit ebe4be4eee322b72f6f22e9bec5da0640a0d8b54
1 change: 1 addition & 0 deletions cli/src/dashboard.rs
Original file line number Diff line number Diff line change
Expand Up @@ -210,6 +210,7 @@ impl Do<Reaction> for Dashboard {
state.state.apply(delta);
}
},
_ => {},
}
// Reporting about the state has changed - this gets triggered for every event, so isn't very efficient.
if let Some(state) = self.state.as_mut() {
Expand Down
1 change: 1 addition & 0 deletions libs/sdm-launchpad/tests/common.rs
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,7 @@ impl TestStateInner {
state.apply(delta);
}
},
_ => {},
}
Ok(())
}
Expand Down
Loading