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

null-pointer in extension.js #210

Closed
wuhongzhi opened this issue Jul 25, 2023 · 0 comments · May be fixed by #203
Closed

null-pointer in extension.js #210

wuhongzhi opened this issue Jul 25, 2023 · 0 comments · May be fixed by #203

Comments

@wuhongzhi
Copy link

Line 795 should check image before access urlbase property

if (image)
this.imageIndex = Utils.imageIndex(imageList, image.urlbase);
log('_selectImage: ' + this.selected_image + ' = ' + image ? image.urlbase : 'not found');

@neffo neffo linked a pull request Jul 30, 2023 that will close this issue
@neffo neffo closed this as completed Mar 22, 2024
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 a pull request may close this issue.

2 participants