chore(server) template string

This commit is contained in:
coderaiser 2018-12-05 11:18:05 +02:00
parent e05fcf07b5
commit 47ef82aca1

View file

@ -75,7 +75,7 @@ module.exports = async (options) => {
const host = config('ip') || 'localhost';
const port0 = port || server.address().port;
const url = `http://${host}:${port0}${prefix}/`;
console.log('url:', url);
console.log(`url: ${url}`);
if (!config('open'))
return;