Home
last modified time | relevance | path

Searched refs:procPromise (Results 1 – 1 of 1) sorted by relevance

/expo/tools/src/
H A DUtils.ts163 const procPromise = spawnAsync('patch', args, { constant
166 procPromise.child.stdin?.write(options.patchContent);
167 procPromise.child.stdin?.end();
168 await procPromise;