Skip to content

Commit

Permalink
fix(uis): error
Browse files Browse the repository at this point in the history
  • Loading branch information
Simon-He95 committed Feb 11, 2024
1 parent ff33a41 commit 6fa154a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -528,7 +528,7 @@ export function findUI() {
return
}

findPkgUI(cwd).then(({ uis }: any) => {
findPkgUI(cwd).then(({ uis }: any = {}) => {
urlCache.set(cwd, uis)
if (!uis || !uis.length)
return
Expand Down

0 comments on commit 6fa154a

Please sign in to comment.