Skip to content

Commit

Permalink
feat: unwrap handler
Browse files Browse the repository at this point in the history
  • Loading branch information
JonDotsoy committed Oct 30, 2023
1 parent 91fd7fd commit ad75381
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions ndate.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,6 @@

import { handler } from "./handler.ts";

const setup = async () => {
for await (const buff of handler(Deno.args)) {
Deno.stdout.write(buff)
}
for await (const buff of handler(Deno.args)) {
Deno.stdout.write(buff)
}

await setup();

0 comments on commit ad75381

Please sign in to comment.