Skip to content

Commit

Permalink
log pid to kill
Browse files Browse the repository at this point in the history
  • Loading branch information
paulirish authored Sep 8, 2017
1 parent 1d617ab commit 9271e36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chrome-launcher.ts
Original file line number Diff line number Diff line change
Expand Up @@ -299,7 +299,7 @@ export class Launcher {
this.destroyTmp().then(resolve);
});

log.log('ChromeLauncher', 'Killing all Chrome Instances');
log.log('ChromeLauncher', `Killing Chrome instance ${this.chrome.pid}`);
try {
if (isWindows) {
execSync(`taskkill /pid ${this.chrome.pid} /T /F`);
Expand Down

0 comments on commit 9271e36

Please sign in to comment.