Closed
Bug 1615718
Opened 5 years ago
Closed 5 years ago
Make the "not enough arguments" error message have a ':' after {0}
Categories
(Core :: JavaScript Engine, task)
Core
JavaScript Engine
Tracking
()
RESOLVED
FIXED
mozilla75
Tracking | Status | |
---|---|---|
firefox75 | --- | fixed |
People
(Reporter: bzbarsky, Assigned: bzbarsky)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
Makes it easier to extract what it is that has not enough arguments.
Assignee | ||
Comment 1•5 years ago
|
||
Also gets rid of a 'were' that looked weird when 1 arg was passed.
Pushed by bzbarsky@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/8be52303d2c3
Improve JSMSG_MORE_ARGS_NEEDED to make it easier to parse out what needed more args. r=jorendorff
Comment 3•5 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 5 years ago
status-firefox75:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla75
You need to log in
before you can comment on or make changes to this bug.
Description
•