fac-13 / KLIJ

https://klij-nasa-pod.herokuapp.com/
0 stars 1 forks source link

Server console log #39

Open matthewdking opened 6 years ago

matthewdking commented 6 years ago
server.listen(port, () => {
  console.log(`server running on: http://${host} : ${port}`);
});

This is just a tiny thing if the spaces between either side of the : are removed then the user can click and open the page form the console.

i2xzy commented 6 years ago

Thanks on my linux laptop I had to remove both spaces and Ctrl click the link