Skip to content

Commit

Permalink
ContentDB: Fix ungraceful crash on aliases when list download fails
Browse files Browse the repository at this point in the history
Fixes #12267 and fixes #12154
  • Loading branch information
rubenwardy authored and sfan5 committed May 14, 2022
1 parent 1e7b5d6 commit 8b010c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion builtin/mainmenu/dlg_contentstore.lua
Expand Up @@ -25,7 +25,7 @@ end

-- Unordered preserves the original order of the ContentDB API,
-- before the package list is ordered based on installed state.
local store = { packages = {}, packages_full = {}, packages_full_unordered = {} }
local store = { packages = {}, packages_full = {}, packages_full_unordered = {}, aliases = {} }

local http = core.get_http_api()

Expand Down

0 comments on commit 8b010c5

Please sign in to comment.