Skip to content
This repository was archived by the owner on Feb 2, 2021. It is now read-only.
This repository was archived by the owner on Feb 2, 2021. It is now read-only.

Remove confusing message when attaching a debugger #767

Open
@enchev

Description

@enchev

From @blagoev on February 12, 2016 12:25

This message is warning for something that may not happen depending on the actual command being used. For example the Attach debugger command (--start) will not deploy anything to the device. Now it is more visible when you try to attach since we are handling the issue that the app is not running. If we show an error message for that case it will be confusing since we stated early we will deploy something on the device which is actually not correct.

this.$logger.warn("Your application will be deployed only on the device specified by the provided index or identifier.");

Action: Either remove this message or take into account the command executed.

Copied from original issue: NativeScript/nativescript-cli#1476

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions