mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 10:45:47 +00:00
chore(server) template string
This commit is contained in:
parent
e05fcf07b5
commit
47ef82aca1
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue