vuejs / devtools-v6

⚙️ Browser devtools extension for debugging Vue.js applications.
https://devtools-v6.vuejs.org/
MIT License
24.68k stars 4.15k forks source link

fix(vue2): Remove throwing error on inspect missing vuex module #2095

Closed Azurewarth0920 closed 9 months ago

Azurewarth0920 commented 1 year ago

Description

Fix: #1669

Refs: https://github.com/vuejs/devtools/issues/1669#issuecomment-1678899513 As commented above, "Save focused element path in localStorage" → "Revive focusing on refresh page" will easily result in throwing error, I think somehow missing a module is normal behavior, throwing the error is not necessary.

Additional context


What is the purpose of this pull request?

Before submitting the PR, please make sure you do the following