1
0
Fork 0

PR feedback.

pull/149/head
Tingluo Huang 2019-10-03 14:48:21 -04:00
parent 5ce4932391
commit ae706665a1
1 changed files with 1 additions and 1 deletions

View File

@ -126,5 +126,5 @@ const core = require('@actions/core');
var pid = core.getState("pidToKill");
kill(pid);
process.kill(pid);
```