LibJS: Remove quotes from RegExpCompileError message

They look a bit out of place, especially for multi-line error messages.
This commit is contained in:
Linus Groh 2020-11-28 15:08:48 +00:00 committed by Andreas Kling
parent 7615649fdf
commit 149b54e26f
Notes: sideshowbarker 2024-07-19 01:13:19 +09:00

View file

@ -146,7 +146,7 @@
M(ReflectBadArgumentsList, "Arguments list must be an object") \
M(ReflectBadNewTarget, "Optional third argument of Reflect.construct() must be a constructor") \
M(ReflectBadDescriptorArgument, "Descriptor argument is not an object") \
M(RegExpCompileError, "RegExp compile error: '{}'") \
M(RegExpCompileError, "RegExp compile error: {}") \
M(RegExpObjectBadFlag, "Invalid RegExp flag '{}'") \
M(RegExpObjectRepeatedFlag, "Repeated RegExp flag '{}'") \
M(StringRawCannotConvert, "Cannot convert property 'raw' to object from {}") \