提交 17ba3250 编写于 作者: 云游君 提交者: ULIVZ

fix($core): url display in dev log (#1670)

上级 77d67332
......@@ -33,7 +33,7 @@ module.exports = class DevLogPlugin {
+ (
isFirst
? ''
: `${chalk.gray(`${displayUrl}`)}`
: `${chalk.gray(`( ${displayUrl} )`)}`
)
)
if (isFirst) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册