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