sparse
This commit is contained in:
parent
657484123c
commit
a452639e44
4 changed files with 12 additions and 10 deletions
2
dist/post/index.js
vendored
2
dist/post/index.js
vendored
|
|
@ -95965,7 +95965,7 @@ async function stopRemoteCacheServer() {
|
|||
if (pid) {
|
||||
try {
|
||||
process.kill(pid, 'SIGTERM')
|
||||
core.debug(`Stopped remote cache server with PID: ${pid}`)
|
||||
core.info(`Stopped remote cache server with PID: ${pid}`)
|
||||
} catch (error) {
|
||||
core.error(`Failed to stop remote cache server with PID: ${pid}. Error: ${error}`)
|
||||
}
|
||||
|
|
|
|||
2
dist/post/index.js.map
vendored
2
dist/post/index.js.map
vendored
File diff suppressed because one or more lines are too long
Loading…
Add table
Add a link
Reference in a new issue