Skip to content

Commit 32ac41d

Browse files
committed
display improvement
1 parent 7bd6587 commit 32ac41d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ async fn main() -> Result<(), Error> {
138138
outputs.push(String::from_utf8_lossy(&alloc).to_string());
139139
}
140140

141-
debug!("{:?}", outputs);
141+
debug!("{:#?}", outputs);
142142
}
143143

144144
if let Some(ref file_name) = args.cairo_pie_output {

0 commit comments

Comments
 (0)