Skip to content

Commit

Permalink
Merge pull request #13 from hwcwy/master
Browse files Browse the repository at this point in the history
  • Loading branch information
fuxingZhang authored Jan 28, 2024
2 parents b214f9c + 588addc commit d03c4be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stdout.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
const isTTY = Deno.isatty(Deno.stdout.rid);
const isTTY = Deno.stdout.isTerminal();
import { writeAll } from "./deps.ts";

export async function stdout(msg: Uint8Array): Promise<void> {
Expand Down

0 comments on commit d03c4be

Please sign in to comment.