Skip to content

Commit 7d8951f

Browse files
committed
Add newline to the log line being written
1 parent 96f504e commit 7d8951f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/nodejs/unit-http/http_server.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -419,7 +419,7 @@ function Server(options, requestListener) {
419419
requestListener = options;
420420
options = {};
421421
} else {
422-
stderr.write('http.Server constructor was called with unsupported options, using default settings');
422+
stderr.write("http.Server constructor was called with unsupported options, using default settings\n");
423423
}
424424

425425
EventEmitter.call(this);

0 commit comments

Comments
 (0)