const command = new Deno.command('...'); for await (const line of readLines(command.stderr!)) { // ... break; } // .. Continue using sun process
Deno.Command
outputSync()