We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce1dbb6 commit c6a0e99Copy full SHA for c6a0e99
lib/listening.js
@@ -26,8 +26,8 @@ module.exports = async (server, inUse) => {
26
let message = chalk.green('Micro is running!')
27
28
if (inUse) {
29
- message += ' ' + chalk.red(`(on port ${inUse.old},` +
30
- ` because ${inUse.open} is already in use)`)
+ message += ' ' + chalk.red(`(on port ${inUse.open},` +
+ ` because ${inUse.old} is already in use)`)
31
}
32
33
message += '\n\n'
0 commit comments