wilddragon-site/node_modules/next/error.js
2026-04-17 15:51:01 -04:00

9 lines
307 B
JavaScript
Executable file

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
},
})