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.
console.error
1 parent 04340fc commit f0cbd0bCopy full SHA for f0cbd0b
functions/log/index.js
@@ -18,6 +18,7 @@
18
// [START functions_log_helloworld]
19
exports.helloWorld = (event, callback) => {
20
console.log('I am a log entry!');
21
+ console.error('I am an error!');
22
callback();
23
};
24
// [END functions_log_helloworld]
0 commit comments