mirror of
https://github.com/ajayyy/SponsorBlockServer.git
synced 2026-01-27 12:50:47 +03:00
Add spacing
This commit is contained in:
committed by
GitHub
parent
98b79b042b
commit
cadf2640fe
2
index.js
2
index.js
@@ -1,5 +1,5 @@
|
|||||||
var config = require('./src/config.js');
|
var config = require('./src/config.js');
|
||||||
var createServer = require('./src/app.js');
|
var createServer = require('./src/app.js');
|
||||||
var server = createServer(() => {
|
var server = createServer(() => {
|
||||||
console.log("Server started on port "+config.port+".");
|
console.log("Server started on port " + config.port + ".");
|
||||||
});
|
});
|
||||||
Reference in New Issue
Block a user