mirror of
https://github.com/nuxt/nuxt.git
synced 2025-01-30 23:32:38 +00:00
fix: lint issue (#3660)
This commit is contained in:
parent
96feab15d4
commit
7349adde18
@ -54,7 +54,7 @@ describe.skip.appveyor('cli', () => {
|
|||||||
if (timeout === true) {
|
if (timeout === true) {
|
||||||
console.warn( // eslint-disable-line no-console
|
console.warn( // eslint-disable-line no-console
|
||||||
`we were unable to automatically kill the child process with pid: ${
|
`we were unable to automatically kill the child process with pid: ${
|
||||||
nuxtStart.pid
|
nuxtStart.pid
|
||||||
}`
|
}`
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user