Commit b6611c2
committed
fix: Fix error message when Overseer is running a job
`command` is not a field on `overseer.Task` leading to this error
originating from check_active_job_and_notify():
"Error executing Lua callback: .../nvim/lazy/cmake-tools.nvim/lua/cmake-tools/overseer.lua:55: attempt to concatenate field 'command' (a nil value)"
But `cmd` is a valid field. Though if the user gives the task a custom
name then that's probably what they want to see.1 parent 680a501 commit b6611c2
1 file changed
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
50 | 50 | | |
51 | 51 | | |
52 | 52 | | |
53 | | - | |
54 | | - | |
55 | | - | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
56 | 56 | | |
57 | 57 | | |
58 | 58 | | |
| |||
0 commit comments