diff options
author | janekptacijarabaci <janekptacijarabaci@seznam.cz> | 2017-08-24 10:34:22 +0200 |
---|---|---|
committer | wolfbeast <mcwerewolf@gmail.com> | 2018-03-12 10:12:53 +0100 |
commit | c43c8f17629f2dde26f91d69f241fa7bd2165dab (patch) | |
tree | 864ca7027308ba80a30f46e085f7f1f26f51cb3f /devtools/client/webconsole | |
parent | ea44e60b7ed5f674b6de65fad669ac43a45438cc (diff) | |
download | uxp-c43c8f17629f2dde26f91d69f241fa7bd2165dab.tar.gz |
JS - Object - "TypeError: setting a property that has only a getter" without mentioning file and property name
Diffstat (limited to 'devtools/client/webconsole')
-rw-r--r-- | devtools/client/webconsole/test/browser_webconsole_strict_mode_errors.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devtools/client/webconsole/test/browser_webconsole_strict_mode_errors.js b/devtools/client/webconsole/test/browser_webconsole_strict_mode_errors.js index c8f2200f9f..cdaf2764e7 100644 --- a/devtools/client/webconsole/test/browser_webconsole_strict_mode_errors.js +++ b/devtools/client/webconsole/test/browser_webconsole_strict_mode_errors.js @@ -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, }, |