Skip to content

Commit

Permalink
fix($core): url display in dev log (#1670)
Browse files Browse the repository at this point in the history
  • Loading branch information
YunYouJun authored and ulivz committed Jun 22, 2019
1 parent 77d6733 commit 17ba325
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/@vuepress/core/lib/node/webpack/DevLogPlugin.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ module.exports = class DevLogPlugin {
+ (
isFirst
? ''
: `${chalk.gray(`${displayUrl}`)}`
: `${chalk.gray(`( ${displayUrl} )`)}`
)
)
if (isFirst) {
Expand Down

0 comments on commit 17ba325

Please sign in to comment.