Skip to content

Commit 17ba325

Browse files
YunYouJunulivz
authored andcommitted
fix($core): url display in dev log (#1670)
1 parent 77d6733 commit 17ba325

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/@vuepress/core/lib/node/webpack/DevLogPlugin.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ module.exports = class DevLogPlugin {
3333
+ (
3434
isFirst
3535
? ''
36-
: `${chalk.gray(`${displayUrl}`)}`
36+
: `${chalk.gray(`( ${displayUrl} )`)}`
3737
)
3838
)
3939
if (isFirst) {

0 commit comments

Comments
 (0)