mirror of
https://github.com/actions/toolkit.git
synced 2026-08-20 00:00:14 +02: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