@travetto/exec
Advanced tools
Comparing version 0.3.12 to 0.3.13
@@ -11,3 +11,3 @@ { | ||
"dependencies": { | ||
"@travetto/base": "^0.3.14", | ||
"@travetto/base": "^0.3.15", | ||
"@types/generic-pool": "^3.1.4", | ||
@@ -31,4 +31,4 @@ "generic-pool": "^3.4.2" | ||
}, | ||
"version": "0.3.12", | ||
"gitHead": "7ee03431f510df773d5869aee70e3c91758f5ff3" | ||
"version": "0.3.13", | ||
"gitHead": "4258316595c2c3c7a5096a37509a8d7aa0fe50bc" | ||
} |
@@ -57,3 +57,3 @@ import * as child_process from 'child_process'; | ||
if (this._proc) { | ||
this._proc.kill('SIGKILL'); | ||
this._proc.kill('SIGTERM'); | ||
} | ||
@@ -60,0 +60,0 @@ super.kill(); |
@@ -300,4 +300,3 @@ import * as child_process from 'child_process'; | ||
const temps = Object.keys(this.tempVolumes).map(x => this.rimraf(x).catch((e: any) => { })); | ||
Promise.all(temps); | ||
this.cleanup(); | ||
@@ -304,0 +303,0 @@ const ids = execSync(`${this.cmd} volume ls -qf dangling=true`); |
41551
21
831
Updated@travetto/base@^0.3.15