Skip to content
This repository was archived by the owner on May 30, 2023. It is now read-only.

Commit 915b692

Browse files
Annamalaiariya
Annamalai
authored andcommittedMar 6, 2018
Strict mode forbids implicit creation of global property (#14411)
1 parent 95fdce4 commit 915b692

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎examples/postserver.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ if (system.args.length !== 2) {
1313

1414
var port = system.args[1];
1515

16-
service = server.listen(port, function (request, response) {
16+
var service = server.listen(port, function (request, response) {
1717
console.log('Request received at ' + new Date());
1818

1919
response.statusCode = 200;

0 commit comments

Comments
 (0)
This repository has been archived.