Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

prevent undefined options error #732

Merged
merged 1 commit into from
Nov 7, 2017
Merged

Conversation

lifeart
Copy link
Contributor

@lifeart lifeart commented Nov 6, 2017

Error in response to storage.get: TypeError: Cannot read property 'showTomster' of undefined
    at Object.callback (chrome-extension://bmdblncegkenkacieihfhpjfppoconhi/background-script.js:51:25)
    at updateTabAction (chrome-extension://bmdblncegkenkacieihfhpjfppoconhi/background-script.js:50:25)
    at chrome-extension://bmdblncegkenkacieihfhpjfppoconhi/background-script.js:137:7

```
Error in response to storage.get: TypeError: Cannot read property 'showTomster' of undefined
    at Object.callback (chrome-extension://bmdblncegkenkacieihfhpjfppoconhi/background-script.js:51:25)
    at updateTabAction (chrome-extension://bmdblncegkenkacieihfhpjfppoconhi/background-script.js:50:25)
    at chrome-extension://bmdblncegkenkacieihfhpjfppoconhi/background-script.js:137:7
```
@teddyzeenny
Copy link
Contributor

@lifeart how can I reproduce this?

@lifeart
Copy link
Contributor Author

lifeart commented Nov 7, 2017

@teddyzeenny, yes, set chrome to "developer mode", get disabled "show tomster", open ember-inspector debugger, go to emberobserver.com

Look like if user after install don't touch any extension options like (show tomster), options was undefined

@teddyzeenny
Copy link
Contributor

Thank you! 👍

@teddyzeenny teddyzeenny merged commit b306318 into emberjs:master Nov 7, 2017
cyril-sf pushed a commit to cyril-sf/ember-inspector that referenced this pull request Mar 30, 2022
```
Error in response to storage.get: TypeError: Cannot read property 'showTomster' of undefined
```
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.

None yet

3 participants