mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-22 07:30:19 +00:00
LibJS: Remove quotes from RegExpCompileError message
They look a bit out of place, especially for multi-line error messages.
This commit is contained in:
parent
7615649fdf
commit
149b54e26f
Notes:
sideshowbarker
2024-07-19 01:13:19 +09:00
Author: https://github.com/linusg Commit: https://github.com/SerenityOS/serenity/commit/149b54e26fb Pull-request: https://github.com/SerenityOS/serenity/pull/4200
1 changed files with 1 additions and 1 deletions
|
@ -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 {}") \
|
||||
|
|
Loading…
Reference in a new issue