mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-25 02:38:59 +00:00
LibJS: Remove ErrorType::FixmeAddAnErrorString
Just add a proper ErrorType the first time, it's not that hard. We can always iterate on the message later.
This commit is contained in:
parent
cf109533de
commit
d3ef08217b
Notes:
sideshowbarker
2024-07-18 02:08:24 +09:00
Author: https://github.com/linusg
Commit: d3ef08217b
Pull-request: https://github.com/SerenityOS/serenity/pull/10545
Reviewed-by: https://github.com/IdanHo ✅
1 changed files with 0 additions and 1 deletions
|
@ -238,7 +238,6 @@
|
|||
M(BadArgCountOne, "{}() needs one argument") \
|
||||
M(BadArgCountAtLeastOne, "{}() needs at least one argument") \
|
||||
M(BadArgCountMany, "{}() needs {} arguments") \
|
||||
M(FixmeAddAnErrorString, "FIXME: Add a string for this error.") \
|
||||
M(NotEnoughMemoryToAllocate, "Not enough memory to allocate {} bytes")
|
||||
|
||||
namespace JS {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue