3 lines
88 B

export default function getStderr(script: string): string {
return `${script} 2>&1`
}