We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7615649 commit 149b54eCopy full SHA for 149b54e
Libraries/LibJS/Runtime/ErrorTypes.h
@@ -146,7 +146,7 @@
146
M(ReflectBadArgumentsList, "Arguments list must be an object") \
147
M(ReflectBadNewTarget, "Optional third argument of Reflect.construct() must be a constructor") \
148
M(ReflectBadDescriptorArgument, "Descriptor argument is not an object") \
149
- M(RegExpCompileError, "RegExp compile error: '{}'") \
+ M(RegExpCompileError, "RegExp compile error: {}") \
150
M(RegExpObjectBadFlag, "Invalid RegExp flag '{}'") \
151
M(RegExpObjectRepeatedFlag, "Repeated RegExp flag '{}'") \
152
M(StringRawCannotConvert, "Cannot convert property 'raw' to object from {}") \
0 commit comments