Skip to content

fix: cache==null case#75

Open
TrebledJ wants to merge 1 commit intoVinzent03:mainfrom
TrebledJ:patch-1
Open

fix: cache==null case#75
TrebledJ wants to merge 1 commit intoVinzent03:mainfrom
TrebledJ:patch-1

Conversation

@TrebledJ
Copy link

@TrebledJ TrebledJ commented Oct 4, 2025

Fixes a case I encountered in my instance where cache === null. This made the plugin unusable for me.

Cannot read properties of null (reading 'embeds')
    at eval (VM280 plugin:find-unlinked-files:670:25)
    at Array.forEach (<anonymous>)
    at FindOrphanedFilesPlugin.findOrphanedFiles (VM280 plugin:find-unlinked-files:662:19)
    at Object.callback (VM280 plugin:find-unlinked-files:493:28)
    at sQ (app.js:1:2263551)
    at t.onChooseItem (app.js:1:2909281)
    at t.onChooseSuggestion (app.js:1:2164026)
    at t.selectSuggestion (app.js:1:2163431)
    at e.useSelectedItem (app.js:1:1240067)
    at e.onSuggestionClick (app.js:1:1239802)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant