File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 165165
166166## ` info.value `
167167
168- Can be :
168+ Value :
169169
170- - the value thrown by
170+ - thrown by
171171 [ ` uncaughtException ` ] ( https://nodejs.org/api/process.html#process_event_uncaughtexception ) .
172- - the value resolved/rejected by the promise with
172+ - resolved/rejected by the promise with
173173 [ ` unhandledRejection ` ] ( https://nodejs.org/api/process.html#process_event_unhandledrejection ) ,
174174 [ ` rejectionHandled ` ] ( https://nodejs.org/api/process.html#process_event_rejectionhandled )
175175 and
176176 [ ` multipleResolves ` ] ( https://nodejs.org/api/process.html#process_event_multipleresolves ) .
177- - the error emitted by
177+ - emitted by
178178 [ ` warning ` ] ( https://nodejs.org/api/process.html#process_event_warning ) .
179179
180180It is usually an ` Error ` instance but could be anything.
188188and
189189[ ` multipleResolves ` ] ( https://nodejs.org/api/process.html#process_event_multipleresolves ) .
190190
191- ## ` info.nextRejected ` , ` info.nextValue `
191+ ## ` info.nextValue ` , ` info.nextRejected `
192192
193- Like [ ` rejected ` ] ( #inforejected ) and [ ` value ` ] ( #infovalue ) but for
193+ Like [ ` value ` ] ( #infovalue ) and [ ` rejected ` ] ( #inforejected ) but for
194194the second time the promise was resolved/rejected. Only defined with
195195[ ` multipleResolves ` ] ( https://nodejs.org/api/process.html#process_event_multipleresolves ) .
196196
You can’t perform that action at this time.
0 commit comments