Fix: imag-log should report touched entries
This commit is contained in:
parent
e21d4db543
commit
b3eb37dde8
1 changed files with 2 additions and 0 deletions
|
@ -110,7 +110,9 @@ fn main() {
|
||||||
.map(|mut fle| {
|
.map(|mut fle| {
|
||||||
let _ = fle.make_log_entry().map_err_trace_exit_unwrap();
|
let _ = fle.make_log_entry().map_err_trace_exit_unwrap();
|
||||||
*fle.get_content_mut() = text;
|
*fle.get_content_mut() = text;
|
||||||
|
fle
|
||||||
})
|
})
|
||||||
|
.map(|fle| rt.report_touched(fle.get_location()).unwrap_or_exit())
|
||||||
.map_err_trace_exit_unwrap();
|
.map_err_trace_exit_unwrap();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue