Skip to content

Commit c1f204b

Browse files
Apply suggestions from code review
Co-authored-by: Emmanuel Lobo <76094069+UnschooledGamer@users.noreply.github.com>
1 parent dd8aec7 commit c1f204b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sidebarApps/extensions/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -469,7 +469,7 @@ async function getFilteredPlugins(filterState) {
469469
const hasMore = items.length === LIMIT;
470470
return { items, hasMore };
471471
} catch (error) {
472-
console.error(error);
472+
console.error(`Failed to get Filtered Plugins: `, error);
473473
return { items: [], hasMore: false };
474474
}
475475
}

0 commit comments

Comments
 (0)