Skip to content

Commit d367893

Browse files
author
ax4
committed
fix stdout line ending
1 parent 00fd5b1 commit d367893

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ ioserver.on('connection', function (socket) {
6868
//console.log(temp);
6969
//var time = Date.now();
7070
//console.log(time);
71-
fs.appendFileSync(dist, temp);
71+
fs.appendFileSync(dist, temp + '\n');
7272
});
7373

7474
pyshell.end(function () {

0 commit comments

Comments
 (0)