We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 42ff20e commit 5aa1fc3Copy full SHA for 5aa1fc3
1 file changed
lua/cmake-tools/utils.lua
@@ -170,7 +170,7 @@ end
170
-- @return true if exists else false
171
function utils.has_active_job(runner_data, executor_data)
172
return utils.get_executor(executor_data.name).has_active_job(executor_data.opts)
173
- or utils.get_runner(runner_data.name).has_active_job(runner_data.opts)
+ -- or utils.get_runner(runner_data.name).has_active_job(runner_data.opts)
174
end
175
176
local notify_update_line = function(ntfy)
0 commit comments