提交 15bcdab5 编写于 作者: J Josh Chorlton 提交者: JJ Kasper

Add path to exportPathMap query missing message (#7708)

* Add path to exportPathMap query missing message

* Path to Url
上级 aeeba6b2
......@@ -81,7 +81,7 @@ export default class DevServer extends Server {
.filter(key => query[key] === undefined)
.forEach(key =>
console.warn(
`Url defines a query parameter '${key}' that is missing in exportPathMap`
`Url '${path}' defines a query parameter '${key}' that is missing in exportPathMap`
)
)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册