Skip to content

Commit

Permalink
chore: version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
aryanjassal committed Sep 24, 2024
1 parent 0185164 commit 92f0918
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@
"nexpect": "^0.6.0",
"node-gyp-build": "^4.4.0",
"nodemon": "^3.0.1",
"polykey": "^1.11.1",
"polykey": "^1.13.0",
"prettier": "^3.0.0",
"shelljs": "^0.8.5",
"shx": "^0.3.4",
Expand Down
2 changes: 1 addition & 1 deletion src/secrets/CommandCat.ts
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ class CommandGet extends CommandPolykey {
})();
for await (const chunk of response.readable) {
if (chunk.error) process.stderr.write(chunk.error);
process.stdout.write(chunk.secretContent);
else process.stdout.write(chunk.secretContent);
}
}, meta);
} finally {
Expand Down

0 comments on commit 92f0918

Please sign in to comment.