add whitespace in output

This commit is contained in:
AJ ONeal 2016-08-06 12:37:10 -06:00
parent 28579640b7
commit c8db5bad73
1 changed files with 2 additions and 0 deletions

View File

@ -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) {