Nodev8PromiseHooks.onSettledproperty PromiseHooks.onSettledThe settled hook must be a plain function. Providing an async function will throw as it would produce an infinite microtask loop. Type #(settled: Settled) => Function
property PromiseHooks.onSettledThe settled hook must be a plain function. Providing an async function will throw as it would produce an infinite microtask loop. Type #(settled: Settled) => Function