Skip to content

Commit

Permalink
chore: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
coderaiser committed Sep 12, 2023
1 parent 0e46300 commit 17be781
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/read-std.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@ export const nodeReadStd = promisify((callback) => {
});

export const denoReadStd = async () => {
console.log('zzzz');
const {Deno} = globalThis;

let chunks = '';

const decoder = new TextDecoder();
Expand Down

0 comments on commit 17be781

Please sign in to comment.