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
- remove enableDebugging options as its misleading, we will always create the `debugger-started` file as the runtime will update it only if the app is debuggable
- make the `waitForDebugger` argument of the `startApplication` method optional in order to simplify its usage
- remove the pid from `startApplication` as we are not using it
Copy file name to clipboardExpand all lines: lib/common/commands/device/run-application.ts
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -15,7 +15,7 @@ export class RunApplicationOnDeviceCommand implements ICommand {
15
15
this.$errors.failWithoutHelp("More than one device found. Specify device explicitly with --device option. To discover device ID, use $%s device command.",this.$staticConfig.CLIENT_NAME.toLowerCase());
0 commit comments