提交 d0e90d05 编写于 作者: T Tim Neutkens

Don’t hide parse error from on-demand-entries

上级 299eeb4f
......@@ -47,7 +47,9 @@ export default async ({ assetPrefix }) => {
}
})
}
} catch (_) { /* noop */ }
} catch (err) {
console.error('on-demand-entries failed to parse response', err)
}
}
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册