We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 90b50a7 commit ca73970Copy full SHA for ca73970
src/simulation/config.rs
@@ -49,7 +49,7 @@ impl Config {
49
output_dir: out_dir,
50
profiling: config.output().profiling,
51
logging: config.output().logging,
52
- write_events: Default::default(),
+ write_events: config.output().write_events,
53
});
54
}
55
config
@@ -98,7 +98,7 @@ impl Config {
98
output_dir: "./".to_string(),
99
profiling: Profiling::None,
100
logging: Logging::Info,
101
+ write_events: WriteEvents::None,
102
};
103
self.modules
104
.borrow_mut()
0 commit comments