Skip to content

Commit

Permalink
SharedState: runtime read -> auto_splitter load
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexKnauth committed Dec 19, 2023
1 parent bcd08ba commit 2ba2d99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -834,7 +834,7 @@ impl App for Debugger {
FileDialogInfo::SettingsWidget(key) => {
if let Some(s) = path_to_wasi(&file) {
if let Some(runtime) =
&*self.state.shared_state.runtime.read().unwrap()
&*self.state.shared_state.auto_splitter.load()
{
loop {
let old = runtime.settings_map();
Expand Down

0 comments on commit 2ba2d99

Please sign in to comment.