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 24baf63 commit 355846dCopy full SHA for 355846d
app.js
@@ -72,7 +72,7 @@ const hostname = os.hostname();
72
app.use(express.static('frontend'));
73
74
app.listen(port, () => {
75
- console.log(`The server is running at ${host}:${port}`);
+ console.log('The server is running at ' + host + : + port);
76
});
77
`;
78
0 commit comments