Skip to content

Commit

Permalink
Fix listening log line for node20
Browse files Browse the repository at this point in the history
Signed-off-by: Alex Ellis (OpenFaaS Ltd) <[email protected]>
  • Loading branch information
alexellis committed Jul 26, 2024
1 parent eb8d9f4 commit 9788a4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion template/node20/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ app.options('/*', middleware);
const port = process.env.http_port || 3000;

app.listen(port, () => {
console.log(`node18 listening on port: ${port}`)
console.log(`node20 listening on port: ${port}`)
});


0 comments on commit 9788a4c

Please sign in to comment.