diff options
| author | theprimeagain <the.primeagen@gmail.com> | 2026-02-28 14:30:32 -0700 |
|---|---|---|
| committer | theprimeagain <the.primeagen@gmail.com> | 2026-02-28 14:30:32 -0700 |
| commit | 418ad358128134882bfcc2f40dde16d34cd9c415 (patch) | |
| tree | 8267d1080b9d090018575a4116badc483ab97624 | |
| parent | 78f39f61606597ca778ec01e2058a3e652000d7e (diff) | |
| download | a4-418ad358128134882bfcc2f40dde16d34cd9c415.tar.xz a4-418ad358128134882bfcc2f40dde16d34cd9c415.zip | |
viewing works
| -rw-r--r-- | lua/99/init.lua | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lua/99/init.lua b/lua/99/init.lua index 72e4cc0..f08ba11 100644 --- a/lua/99/init.lua +++ b/lua/99/init.lua @@ -359,7 +359,8 @@ end function _99.view_logs() local requests = _99_state.tracking.history - capture_request(requests, function(r) + select_window(requests, function(idx) + local r = requests[idx] local logs = Logger.logs_by_id(r.xid) if logs == nil then logs = { "No logs found for request: " .. r.xid } |
