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

This commit is contained in:
Marskey
2023-11-28 02:50:22 +08:00
committed by GitHub
parent e4c62dedd7
commit 84c5a71d82

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