mirror of
https://github.com/Unleash/unleash.git
synced 2025-01-11 00:08:30 +01:00
refactor
This commit is contained in:
parent
7247176ee0
commit
5caf5318dc
@ -32,10 +32,9 @@ const argv = require('yargs')
|
||||
serverImpl
|
||||
.start(argv)
|
||||
.then(instance => {
|
||||
const address = instance.server.address();
|
||||
console.log(
|
||||
`Unleash started on http://${instance.server.address().address}:${
|
||||
instance.server.address().port
|
||||
}`
|
||||
`Unleash started on http://${address.address}:${address.port}`
|
||||
);
|
||||
})
|
||||
.catch(console.err);
|
||||
|
Loading…
Reference in New Issue
Block a user