fix: crash when loadExtension fails (#27561)
This commit is contained in:
parent
20a71be849
commit
b6df7cd327
3 changed files with 29 additions and 15 deletions
8
spec-main/fixtures/extensions/load-error/manifest.json
Normal file
8
spec-main/fixtures/extensions/load-error/manifest.json
Normal file
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
"name": "load-error",
|
||||
"version": "1.0",
|
||||
"icons": {
|
||||
"16": "/images/error.png"
|
||||
},
|
||||
"manifest_version": 2
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue