| author | |
| committer | |
| log | aa8e6da913dd01df2db51ed18f13b20fc7e07826 |
| tree | 10e6c324f801d1efc85f382db4115a033d119f99 |
| parent | b7abb501e62646641eaa22672c24fdef0106a512 |
1 files changed, 1 insertions(+), 1 deletions(-)
src/mod.zig+1-1| ... | ... | @@ -1,7 +1,7 @@ |
| 1 | 1 | const std = @import("std"); |
| 2 | 2 | const root = @import("root"); |
| 3 | 3 | const extras = @import("extras"); |
| 4 | const impl = extras.globalOption(type, "tracer_impl") orelse none; | |
| 4 | const impl = extras.globalOption("tracer_impl", type) orelse none; | |
| 5 | 5 | |
| 6 | 6 | threadlocal var started = false; |
| 7 | 7 |