We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b62d66f + 4652e6b commit cac997eCopy full SHA for cac997e
lib/services/ios-debug-service.ts
@@ -63,8 +63,6 @@ class IOSDebugService implements IDebugService {
63
return this.deviceStart();
64
}
65
66
-
67
- this.$errors.failWithoutHelp("Failed to select device or emulator to debug on.");
68
69
70
public debugStart(): IFuture<void> {
package.json
@@ -92,7 +92,7 @@
92
"mocha-fibers": "https://github.com/Icenium/mocha-fibers/tarball/master",
93
"should": "7.0.2",
94
"tslint": "3.2.1",
95
- "typescript": "1.7.5"
+ "typescript": "^1.8.10"
96
},
97
"license": "Apache-2.0",
98
"engines": {
0 commit comments