enhancementhelp wanted
倉庫指標
- Star
- (247 star)
- PR 合併指標
- (30 天內沒有已合併 PR)
描述
Add a message argument to bring the constructor in line with the TC39 AggregateError proposal.
Before
new AggregateError(errors)
After
new AggregateError(errors[, message])
The message is simply written to error.message property.