MCPcopy Index your code
hub / github.com/react/react / logPromise

Function logPromise

scripts/release/utils.js:158–159  ·  view source on GitHub ↗
(promise, text, estimate)

Source from the content-addressed store, hash-verified

156};
157
158const logPromise = async (promise, text, estimate) =>
159 logger(promise, text, {estimate});
160
161const printDiff = (path, beforeContents, afterContents) => {
162 const patch = createPatch(path, beforeContents, afterContents);

Callers 8

runFunction · 0.85
downloadBuildArtifactsFunction · 0.85
runFunction · 0.85
build-artifacts.jsFile · 0.85

Calls 1

loggerFunction · 0.85

Tested by

no test coverage detected