fix(core): add sigkill with 10 second delay

This commit is contained in:
2019-05-22 12:47:38 +02:00
parent 29021a7ffe
commit 7a8ab962b4
3 changed files with 11 additions and 2 deletions

View File

@@ -5,5 +5,6 @@ export { childProcess };
// pushrocks scope
import * as lik from '@pushrocks/lik';
import * as smartdelay from '@pushrocks/smartdelay';
export { lik };
export { lik, smartdelay };