File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -625,10 +625,10 @@ asyncResource.triggerAsyncId();
625625* ` options ` {Object}
626626 * ` triggerAsyncId ` {number} The ID of the execution context that created this
627627 async event. ** Default:** ` executionAsyncId() ` .
628- * ` requireManualDestroy ` {boolean} Disables automatic ` emitDestroy ` when the
629- object is garbage collected. This usually does not need to be set (even if
630- ` emitDestroy ` is called manually), unless the resource's ` asyncId ` is
631- retrieved and the sensitive API's ` emitDestroy ` is called with it.
628+ * ` requireManualDestroy ` {boolean} If set to ` true ` , disables ` emitDestroy `
629+ when the object is garbage collected. This usually does not need to be set
630+ (even if ` emitDestroy ` is called manually), unless the resource's ` asyncId `
631+ is retrieved and the sensitive API's ` emitDestroy ` is called with it.
632632 ** Default:** ` false ` .
633633
634634Example usage:
You can’t perform that action at this time.
0 commit comments