Skip to content

Commit

Permalink
Merge pull request #86 from radixdev/patch-1
Browse files Browse the repository at this point in the history
fix typo in "be"
  • Loading branch information
pbreault authored Mar 21, 2018
2 parents 1413f4a + 6216498 commit f11b646
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ public boolean run(Project project, IDevice device, AndroidFacet facet, String p
info(String.format("<b>%s</b> started on %s", packageName, device.getName()));
return true;
} else {
error(String.format("<b>%s</b> could not bet started on %s. \n\n<b>ADB Output:</b> \n%s", packageName, device.getName(), receiver.getMessage()));
error(String.format("<b>%s</b> could not be started on %s. \n\n<b>ADB Output:</b> \n%s", packageName, device.getName(), receiver.getMessage()));
}
} catch (Exception e) {
error("Start fail... " + e.getMessage());
Expand Down

0 comments on commit f11b646

Please sign in to comment.