mirror of
https://git.mirrors.martin98.com/https://github.com/actions/toolkit
synced 2026-04-23 18:38:05 +08:00
PR feedback.
This commit is contained in:
@@ -126,5 +126,5 @@ const core = require('@actions/core');
|
|||||||
|
|
||||||
var pid = core.getState("pidToKill");
|
var pid = core.getState("pidToKill");
|
||||||
|
|
||||||
kill(pid);
|
process.kill(pid);
|
||||||
```
|
```
|
||||||
Reference in New Issue
Block a user