diff --git a/serve.js b/serve.js index d6a97b7..045c45a 100755 --- a/serve.js +++ b/serve.js @@ -55,9 +55,11 @@ function createServer(port, pubdir, content, opts) { if (443 !== p) { httpsUrl += ':' + p; } + console.info(''); console.info(msg); console.info(''); console.info('\t' + httpsUrl); + console.info(''); }); if ('function' === typeof app) {