We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 118e7bb commit 3bd4671Copy full SHA for 3bd4671
functions/helloworld/index.js
@@ -147,6 +147,7 @@ exports.helloError = (event, callback) => {
147
// [START functions_helloworld_error]
148
// These WILL be reported to Stackdriver Error Reporting
149
console.error(new Error('I failed you'));
150
+ console.error('I failed you', new Error('I failed you too'));
151
throw new Error('I failed you'); // Will cause a cold start if not caught
152
153
// [END functions_helloworld_error]
0 commit comments