Skip to content

Commit bf84f4a

Browse files
committed
disable live reporting for now
1 parent 93adcee commit bf84f4a

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

src/ice.rs

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -116,8 +116,10 @@ impl ICE {
116116

117117
// HACK
118118
// also log the ICE to disk here since its probably most convenient at this place in time/code
119-
let report: Report = self.clone().into_report(global_tempdir);
120-
report.to_disk();
119+
120+
// @FIXME this is disabled because its not tempdir'd properly leading to disk trashing
121+
// let report: Report = self.clone().into_report(global_tempdir);
122+
// report.to_disk();
121123

122124
format!(
123125
"{kind}: {:?} {} '{flags}' '{}', '{}'",

0 commit comments

Comments
 (0)