fix(compiler-core): handle template root and template v-if as stable fragments
This commit is contained in:
@@ -14,7 +14,11 @@ export function setupPuppeteer() {
|
||||
|
||||
page.on('console', e => {
|
||||
if (e.type() === 'error') {
|
||||
console.error(`Error from Puppeteer-loaded page:`, e)
|
||||
const err = e.args()[0] as any
|
||||
console.error(
|
||||
`Error from Puppeteer-loaded page:\n`,
|
||||
err._remoteObject.description
|
||||
)
|
||||
}
|
||||
})
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user