Skip to content

Commit aec5e06

Browse files
pass error instance
1 parent cfb9ea4 commit aec5e06

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/registry/routes/helpers/get-component.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -679,6 +679,7 @@ export default function getComponent(conf: Config, repository: Repository) {
679679
console: conf.local ? console : noopConsole,
680680
setTimeout,
681681
Buffer,
682+
Error,
682683
AbortController: globalThis?.AbortController,
683684
AbortSignal: globalThis?.AbortSignal,
684685
Promise,

0 commit comments

Comments
 (0)