Skip to content

Commit e86aa83

Browse files
littledanMs2ger
authored andcommitted
Report the exception from CleanupFinalizationGroup
1 parent 2960ddd commit e86aa83

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

source

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90477,7 +90477,8 @@ dictionary <dfn>PromiseRejectionEventInit</dfn> : <span>EventInit</span> {
9047790477

9047890478
<ol>
9047990479
<li><p><span>Queue a task</span> on the <span>garbage collection task source</span> to perform
90480-
<span>CleanupFinalizationGroup</span>(<var>finalizationGroup</var>).</p></li>
90480+
<span>CleanupFinalizationGroup</span>(<var>finalizationGroup</var>). If this throws an exception,
90481+
catch it, and <span>report the exception</span>.</p></li>
9048190482
</ol>
9048290483

9048390484
<p>The <span>task source</span> for any <span data-x="concept-task">tasks</span> that are <span

0 commit comments

Comments
 (0)