fix(cli): panic when stdio is null on windows (fix #6409) by Spoonbender · Pull Request #6528 · denoland/deno

Fix issue #6409 Deno now expects that some standard handles may be missing (inaccessible or unclonable). These streams are now added to the resource table only if they are present. Open issues/ques...