eve
Version:
Filesystem-first framework for durable backend AI agents that run anywhere.
1 lines • 184 B
JavaScript
function expectDockerSuccess(e,t){if(e.exitCode!==0){let n=e.stderr.trim()||e.stdout.trim()||`exit code ${e.exitCode}`;throw Error(`Failed to ${t}: ${n}`)}}export{expectDockerSuccess};