We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 77d6733 commit 17ba325Copy full SHA for 17ba325
packages/@vuepress/core/lib/node/webpack/DevLogPlugin.js
@@ -33,7 +33,7 @@ module.exports = class DevLogPlugin {
33
+ (
34
isFirst
35
? ''
36
- : `${chalk.gray(`${displayUrl}`)}`
+ : `${chalk.gray(`( ${displayUrl} )`)}`
37
)
38
39
if (isFirst) {
0 commit comments