Skip to content

Commit 2118f06

Browse files
Merge pull request #1460 from opencomponents/add-error
pass error instance
2 parents cfb9ea4 + aec5e06 commit 2118f06

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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)