Skip to content

Commit

Permalink
tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
egoist committed May 25, 2019
1 parent 9d3c06a commit 9ac1b24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/saber/lib/webpack/PrintStatusPlugin.js
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ module.exports = class PrintStatusPlugin {
: this.api.config.server.host
const { port, _originalPort } = this.api.config.server
if (port !== _originalPort) {
log.warn(`Port ${_originalPort} is in use`)
log.warn(`Port ${_originalPort} is in use, switched to a new port`)
}

log.info(
Expand Down

0 comments on commit 9ac1b24

Please sign in to comment.