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

Playground #1134

Merged
merged 4 commits into from
Sep 14, 2018
Merged

Playground #1134

merged 4 commits into from
Sep 14, 2018

Conversation

Fatme
Copy link
Contributor

@Fatme Fatme commented Aug 30, 2018

@@ -23,6 +23,29 @@ interface ICommand extends ICommandOptions {
postCommandAction?(args: string[]): Promise<void>;
}

interface ICommandBase extends ICommand {
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can we remove this interface, we do not need it in fact

We need this in order to handle the case when `tns run --bundle` command is executed and the last connected Android device gets disconnected. In this case we need to receive DEVICE_LOST event for the android device. Currently this was impossible because all connected android devices are checked only once - at the beginning of the execution of the command.
@Fatme Fatme force-pushed the feature/playground branch from 0d504fb to 65df95e Compare September 10, 2018 14:16
@Fatme Fatme force-pushed the feature/playground branch from ccaa281 to f24ceea Compare September 14, 2018 05:56
@Fatme Fatme merged commit 3e9e870 into master Sep 14, 2018
@Fatme Fatme deleted the feature/playground branch September 14, 2018 06:57
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants