Skip to content

Commit 8ec9751

Browse files
committed
still dummy code
1 parent af3ec5b commit 8ec9751

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frb_example/with_flutter/rust/src/off_topic_code.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ pub fn mandelbrot(
206206

207207
pub fn print_backtrace_wrapper(name: &str) {
208208
if rand::random::<bool>() {
209-
print_backtrace(name)
209+
print_backtrace_wrapper(name)
210210
} else {
211211
print_backtrace(&format!("{}-hello", name))
212212
}

0 commit comments

Comments
 (0)