We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eca24c5 commit 068da2eCopy full SHA for 068da2e
vlib/builtin/builtin_nix.c.v
@@ -55,7 +55,7 @@ fn print_backtrace_skipping_top_frames(xskipframes int) bool {
55
$if openbsd {
56
return print_backtrace_skipping_top_frames_freebsd(skipframes)
57
}
58
- println('print_backtrace_skipping_top_frames is not implemented')
+ println('print_backtrace_skipping_top_frames is not implemented. skipframes: $skipframes')
59
return false
60
61
0 commit comments