Parcourir la source

Merge pull request #4995 from rajatpandit/patch-1

Update nodejs_web_app.rst
Sven Dowideit il y a 11 ans
Parent
commit
b811ac523a
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      docs/sources/examples/nodejs_web_app.rst

+ 1 - 1
docs/sources/examples/nodejs_web_app.rst

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