fix: async job close not working #2797 (#2798)

(cherry picked from commit 84c5a71d82)
This commit is contained in:
Marskey
2023-11-28 11:22:30 +01:00
committed by Simon Hauser
parent 18be3fbfae
commit 2d0e6fd49c
+1 -1
View File
@@ -54,7 +54,7 @@ function AsyncJob:close(force)
p:close(force)
end)
uv.process_kill(self.handle, "SIGTERM")
uv.process_kill(self.handle, "sigterm")
log.debug "[async_job] closed"
end