| Index: src/messages.js
|
| diff --git a/src/messages.js b/src/messages.js
|
| index a9993af22950470ab0045500ee74dd7855f8ccda..9d10467c29d57524f6fc819d2e84e72ca1e5fc60 100644
|
| --- a/src/messages.js
|
| +++ b/src/messages.js
|
| @@ -192,7 +192,7 @@ function FormatMessage(message) {
|
| "handler_returned_undefined", ["Proxy handler ", "%0", " returned undefined for '", "%1", "' trap"],
|
| "proxy_prop_not_configurable", ["Trap ", "%1", " of proxy handler ", "%0", " returned non-configurable descriptor for property ", "%2"],
|
| "proxy_non_object_prop_names", ["Trap ", "%1", " returned non-object ", "%0"],
|
| - "proxy_repeated_prop_name", ["Trap ", "%1", " returned repeated property name ", "%2"],
|
| + "proxy_repeated_prop_name", ["Trap ", "%1", " returned repeated property name '", "%2", "'"],
|
| "invalid_weakmap_key", ["Invalid value used as weak map key"],
|
| // RangeError
|
| "invalid_array_length", ["Invalid array length"],
|
|
|