mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
ci: vfmt builtin_d_use_libbacktrace.c.v
This commit is contained in:
parent
2a06290ac7
commit
4e56147223
@ -95,6 +95,8 @@ fn eprint_libbacktrace(frames_to_skip int) {
|
||||
$if no_backtrace ? {
|
||||
return
|
||||
}
|
||||
data := &BacktraceOptions{stdin: false}
|
||||
data := &BacktraceOptions{
|
||||
stdin: false
|
||||
}
|
||||
C.backtrace_full(bt_state, frames_to_skip, bt_print_callback, bt_error_callback, data)
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user