Skip to content

Commit 12a2b0a

Browse files
Merge pull request #2051 from NativeScript/vladimirov/kill-tail-process
Kill the process for iOS Simulator logs on SIGINT
2 parents 1cbfe4c + ef6ea47 commit 12a2b0a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
"glob": "^7.0.3",
4747
"iconv-lite": "0.4.11",
4848
"inquirer": "0.9.0",
49-
"ios-sim-portable": "~1.3.0",
49+
"ios-sim-portable": "~1.4.0",
5050
"lockfile": "1.0.1",
5151
"lodash": "4.13.1",
5252
"log4js": "0.6.26",
@@ -102,4 +102,4 @@
102102
"engines": {
103103
"node": ">=0.10.40 <0.11.0 || >=0.12.7 <0.13.0 || >=4.2.1 <5.0.0 || >=5.1.0 <7.0.0"
104104
}
105-
}
105+
}

0 commit comments

Comments
 (0)