Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Handle missing ionic installation #19

Open
janpio opened this issue Oct 26, 2017 · 1 comment
Open

Handle missing ionic installation #19

janpio opened this issue Oct 26, 2017 · 1 comment
Labels
Milestone

Comments

@janpio
Copy link
Collaborator

janpio commented Oct 26, 2017

Error handling for sh call in action.

@janpio janpio added the backlog label Oct 26, 2017
@janpio
Copy link
Collaborator Author

janpio commented Oct 26, 2017

lane :whatever do
  success = true
  callback = ->(result) { success = false; UI.error "failure" }
  sh "curl foo", error_callback: callback

  UI.message "success" if success
end

@janpio janpio added this to the Future milestone Nov 16, 2017
janpio pushed a commit that referenced this issue Dec 1, 2018
* Add an option to set minSdkVersion for android compile

* Change cordova argument to gradleArg

Since the cordova argument is not working and gradle arguments are supported and documented in cordova use that instead.

* Change min_sdk_version default value to empty

The value default should be empty
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant