Skip to content

Commit 42fcee0

Browse files
committedDec 19, 2019
Re-add comments
1 parent e80db56 commit 42fcee0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

Diff for: ‎src/function.rs

+2-2
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,9 @@ fn dump_span(
4949
stdout: &mut StandardStreamLock,
5050
last: bool,
5151
) -> std::io::Result<()> {
52-
if !span.error {
52+
/*if !span.error {
5353
return Ok(());
54-
}
54+
}*/
5555

5656
let pref = if last { " `- " } else { " |- " };
5757

0 commit comments

Comments
 (0)