add whitespace in output
This commit is contained in:
parent
28579640b7
commit
c8db5bad73
2
serve.js
2
serve.js
|
@ -55,9 +55,11 @@ function createServer(port, pubdir, content, opts) {
|
||||||
if (443 !== p) {
|
if (443 !== p) {
|
||||||
httpsUrl += ':' + p;
|
httpsUrl += ':' + p;
|
||||||
}
|
}
|
||||||
|
console.info('');
|
||||||
console.info(msg);
|
console.info(msg);
|
||||||
console.info('');
|
console.info('');
|
||||||
console.info('\t' + httpsUrl);
|
console.info('\t' + httpsUrl);
|
||||||
|
console.info('');
|
||||||
});
|
});
|
||||||
|
|
||||||
if ('function' === typeof app) {
|
if ('function' === typeof app) {
|
||||||
|
|
Loading…
Reference in New Issue