GoogleCloudPlatform / functions-framework-nodejs

FaaS (Function as a service) framework for writing portable Node.js functions
Apache License 2.0
1.29k stars 160 forks source link

fix: log actual errors instead of just strings with console.error so … #563

Open HKWinterhalter opened 10 months ago

HKWinterhalter commented 10 months ago

…that Cloud Logging can detect error severity level correctly

WIP