Skip to content

Commit

Permalink
Merge pull request #243 from tidev/fix/terminate-old-processes
Browse files Browse the repository at this point in the history
  • Loading branch information
cb1kenobi committed Sep 24, 2024
2 parents ff57900 + 02da05e commit 723a928
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion lib/simctl.js
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ function launch(params, callback) {
return callback(new Error(__('Missing "appId" param')));
}

trySimctl(params, ['launch', params.udid, params.appId], callback);
trySimctl(params, ['launch', '--terminate-running-process', params.udid, params.appId], callback);
}

/**
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ioslib",
"version": "1.7.37",
"version": "1.7.38",
"description": "iOS Utility Library",
"keywords": [
"appcelerator",
Expand Down

0 comments on commit 723a928

Please sign in to comment.