Searched refs:procPromise (Results 1 – 1 of 1) sorted by relevance
163 const procPromise = spawnAsync('patch', args, { constant166 procPromise.child.stdin?.write(options.patchContent);167 procPromise.child.stdin?.end();168 await procPromise;