Skip to content

Commit 15c7d12

Browse files
committed
module bug fix
1 parent c6aef8f commit 15c7d12

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

serversync.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
options.addArguments('headless');
1313
options.addArguments('disable-gpu');
1414

15-
var app = express();
15+
var app=express();
1616

1717
app.set('port', 8080);
1818
app.use(express.static(__dirname + '/app'));
@@ -383,4 +383,4 @@
383383
console.log("server is established on port : " + app.get('port'));
384384
});
385385
}).call(this);
386-
386+

0 commit comments

Comments
 (0)