You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Update TS to latest release
Fix correcponding tests
* Update TS to 2.4
*Update dependencies
*Fix errors due to new TS rules
*Change debug on device logic - there wil be no multiple devicxes debug supported.
*Update lib reference
this.$logger.warn("Multiple devices found! Starting debugger on emulator. If you want to debug on specific device please select device with --device option.".yellow.bold);
94
+
this.$errors.failWithoutHelp("Multiple devices found! To debug on specific device please select device with --device option.");
Copy file name to clipboardExpand all lines: lib/services/android-project-service.ts
+1-1
Original file line number
Diff line number
Diff line change
@@ -171,7 +171,7 @@ export class AndroidProjectService extends projectServiceBaseLib.PlatformProject
171
171
this.$errors.failWithoutHelp(`Your project have installed ${dependency.name} version ${cleanedVerson} but Android platform requires version ${dependency.version}.`);
0 commit comments