Skip to content

Commit f0cbd0b

Browse files
author
Ace Nassri
authored
Add console.error statement (#672)
1 parent 04340fc commit f0cbd0b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

functions/log/index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
// [START functions_log_helloworld]
1919
exports.helloWorld = (event, callback) => {
2020
console.log('I am a log entry!');
21+
console.error('I am an error!');
2122
callback();
2223
};
2324
// [END functions_log_helloworld]

0 commit comments

Comments
 (0)