geforked van coolaj86/goldilocks.js
add whitespace in output
This commit is contained in:
bovenliggende
28579640b7
commit
c8db5bad73
2
serve.js
2
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) {
|
||||
|
||||
Laden…
x
Verwijs in nieuw issue
Block a user