mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-06 07:48:38 +09:00
JS - Object - "TypeError: setting a property that has only a getter" without mentioning file and property name
This commit is contained in:
parent
b9e802f497
commit
5149d56104
6 changed files with 2 additions and 32 deletions
|
|
@ -55,7 +55,7 @@ add_task(function* () {
|
|||
webconsole: hud,
|
||||
messages: [
|
||||
{
|
||||
text: "TypeError: setting a property that has only a getter",
|
||||
text: 'TypeError: setting getter-only property "p"',
|
||||
category: CATEGORY_JS,
|
||||
severity: SEVERITY_ERROR,
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue