1import { throPtErr } from '../../sharedF/throwErrorF/sharedErrF.mts'2import { doExec } from '../execF.mts'4export const execAsyncR = async (cmd: string) => {6 const {err} = ret as { err?: Error, stdout: string, stderr: string }10 return ret11}