wilddragon-site/node_modules/next/error.js

10 lines
307 B
JavaScript
Raw Normal View History

2026-04-17 15:51:01 -04:00
module.exports = require('./dist/pages/_error')
// Keep the catch-error graph lazy so default Error consumers do not load it.
Object.defineProperty(module.exports, 'unstable_catchError', {
enumerable: true,
get() {
return require('./dist/client/components/catch-error').unstable_catchError
},
})