提交 9923f831 编写于 作者: C Craig Morris 提交者: ULIVZ

chore: remove parentheses around site url (#1666)

As VSCode makes `http://localhost:8080/)` including trailing parentheses which leads to a 404.
上级 998cfa3f
......@@ -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.
先完成此消息的编辑!
想要评论请 注册