Skip to content

Commit

Permalink
no idea why that was changed
Browse files Browse the repository at this point in the history
  • Loading branch information
zackradisic committed Sep 25, 2024
1 parent b607b0e commit b52ff63
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/js/builtins/shell.ts
Original file line number Diff line number Diff line change
Expand Up @@ -71,10 +71,7 @@ export function createBunShellTemplateFunction(createShellInterpreter, createPar
}

text(encoding) {
// const ret = this.stdout.toString(encoding);
// this.stdout = undefined;
// return ret;
return undefined;
return this.stdout.toString(encoding);
}

json() {
Expand Down

0 comments on commit b52ff63

Please sign in to comment.