Skip to content

Commit

Permalink
Fix for breaking execa upgrade (#2171)
Browse files Browse the repository at this point in the history
  • Loading branch information
soulgalore committed Aug 26, 2024
1 parent af64a33 commit ce1e217
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions lib/android/gnirehtet.js
Original file line number Diff line number Diff line change
Expand Up @@ -59,9 +59,7 @@ export class Gnirehtet {
await execa('gnirehtet', scriptArguments);
await delay(2000);
// This should stop both desktop and client.
await this.gnirehtet.kill('SIGINT', {
forceKillAfterTimeout: 2000
});
await this.gnirehtet.kill('SIGINT');
return delay(2000);
}
}

0 comments on commit ce1e217

Please sign in to comment.