From ffc2ca2b5e7884520a61c308f967ffcb3c569298 Mon Sep 17 00:00:00 2001 From: sachinlaxmi <40426864+sachinlaxmi@users.noreply.github.com> Date: Mon, 30 Jul 2018 11:38:07 +0530 Subject: [PATCH 1/2] Update index.js edited wh semi colonit --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.js b/index.js index 20abd1df1..7a7002da8 100644 --- a/index.js +++ b/index.js @@ -10,4 +10,4 @@ var server = app.listen(3000, function () { var port = server.address().port; console.log('Example app listening at http://%s:%s', host, port); -}); +}) From a9cb9634a7e41c603536daca1740f92fe592fd4e Mon Sep 17 00:00:00 2001 From: sachinlaxmi <40426864+sachinlaxmi@users.noreply.github.com> Date: Mon, 30 Jul 2018 12:04:24 +0530 Subject: [PATCH 2/2] Update index.js new semicoln updated --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.js b/index.js index 7a7002da8..20abd1df1 100644 --- a/index.js +++ b/index.js @@ -10,4 +10,4 @@ var server = app.listen(3000, function () { var port = server.address().port; console.log('Example app listening at http://%s:%s', host, port); -}) +});