This commit is contained in:
Rajat Pandit 2014-04-03 20:54:57 +01:00
Родитель 95d07b52b3
Коммит 3c36f82f18
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -50,7 +50,7 @@ Then, create an ``index.js`` file that defines a web app using the
res.send('Hello World\n');
});
app.listen(PORT)
app.listen(PORT);
console.log('Running on http://localhost:' + PORT);