Skip to content

Commit a49a41f

Browse files
committed
use console.log instead of app.log
1 parent b8971a7 commit a49a41f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* @param {import('probot').Probot} app
33
*/
44
module.exports = (app) => {
5-
app.log("Yay! The app was loaded!");
5+
console.log("Yay! The app was loaded!");
66

77
app.on("issues.opened", async (context) => {
88
return context.octokit.issues.createComment(

0 commit comments

Comments
 (0)