Merge pull request #6005 from reshen/patch-1

Fixing code example, trace_ctx variable was renamed
This commit is contained in:
Jeroen van Rijn
2025-12-09 21:15:08 +00:00
committed by GitHub

View File

@@ -19,7 +19,7 @@ Example:
}
runtime.print_byte('\n')
ctx := &trace_ctx
ctx := &global_trace_ctx
if !trace.in_resolve(ctx) {
buf: [64]trace.Frame
runtime.print_string("Debug Trace:\n")
@@ -48,4 +48,4 @@ Example:
}
*/
package debug_trace
package debug_trace