Skip to content

Commit cac997e

Browse files
committed
Merge pull request #1805 from NativeScript/typescript-update
typescript updated
2 parents b62d66f + 4652e6b commit cac997e

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

lib/services/ios-debug-service.ts

-2
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,6 @@ class IOSDebugService implements IDebugService {
6363
return this.deviceStart();
6464
}
6565
}
66-
67-
this.$errors.failWithoutHelp("Failed to select device or emulator to debug on.");
6866
}
6967

7068
public debugStart(): IFuture<void> {

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@
9292
"mocha-fibers": "https://github.com/Icenium/mocha-fibers/tarball/master",
9393
"should": "7.0.2",
9494
"tslint": "3.2.1",
95-
"typescript": "1.7.5"
95+
"typescript": "^1.8.10"
9696
},
9797
"license": "Apache-2.0",
9898
"engines": {

0 commit comments

Comments
 (0)