googlearchive / cloud-functions-emulator

A local emulator for deploying, running, and debugging Google Cloud Functions.
https://github.com/GoogleCloudPlatform/cloud-functions-emulator/wiki
Apache License 2.0
827 stars 115 forks source link

Add bindHost in execArgv argument #326

Open nietzscheson opened 5 years ago

nietzscheson commented 5 years ago

This ensures that the host defined in the configuration is the one that is exposed in the node inspector. Related with #325