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

Commit 53c43d4

Browse files
authored
fix(spacing): update server console log print spacing via space variable instead of utf8
1 parent 36e07b9 commit 53c43d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@ var server = http.createServer(function (req, resp) {
2121

2222
server.listen(8081, 'localhost')
2323

24-
console.log('❤️\xa0 Lovely server running at http://localhost:8081/')
24+
console.log('❤️' + ' ' + 'Lovely server running at http://localhost:8081/')

0 commit comments

Comments
 (0)