Skip to content
This repository has been archived by the owner on Jul 16, 2022. It is now read-only.

Commit

Permalink
fix(fractal): Fix log in Server
Browse files Browse the repository at this point in the history
  • Loading branch information
Romakita committed Sep 3, 2018
1 parent 06fc9ec commit 4b94ecc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/cli-plugin-fractal/server.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,6 @@ module.exports = ({ httpsOptions } = {}) => {
}

server.listen(port, () => {
log(`Fractal running at '${chalk.cyan(`https://localhost:${server.address().port}`)}'`);
log(`Fractal running at '${chalk.cyan(`http${httpsOptions ? 's' : ''}://localhost:${server.address().port}`)}'`);
});
};

0 comments on commit 4b94ecc

Please sign in to comment.