JS - Object - "TypeError: setting a property that has only a getter" without mentioning file and property name

This commit is contained in:
janekptacijarabaci 2017-08-24 10:34:22 +02:00 committed by Roy Tam
commit 5149d56104
6 changed files with 2 additions and 32 deletions

View file

@ -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,
},