Starting LocalDatastoreHelper stalls if beta
gcloud component is not installed
#302
Labels
api: datastore
Issues related to the googleapis/java-datastore API.
lang: java
Issues specific to Java.
priority: p3
Desirable enhancement or fix. May not be included in next release.
status: blocked
Resolving the issue is dependent on other work.
type: bug
Error or flaw in code with unintended results or allowing sub-optimal usage patterns.
Environment details
Steps to reproduce
beta
component:gcloud components remove beta
LocalDatastoreHelper
Code example
How I found this
beta
componentCtrl+Z
and runps
to find out what command is executed via LocalDatastoreHelperbeta
componentPossible solution
Add
--quiet
option to run emulator, so as to silently installbeta
component.pomu0325@e2cb8f2
The text was updated successfully, but these errors were encountered: