We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 72c68aa commit 65a96d8Copy full SHA for 65a96d8
1 file changed
lua/overseer/component/dependencies.lua
@@ -80,7 +80,7 @@ return {
80
local dep_task = task_list.get(task_id)
81
if dep_task then
82
dep_task:stop()
83
- dep_task:dispose()
+ dep_task:dispose(true)
84
end
85
86
end,
0 commit comments