We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f3a59a9 commit 1146187Copy full SHA for 1146187
src/index.ts
@@ -118,6 +118,7 @@ class PgAnonymizer extends Command {
118
let out: any;
119
if (flags.output === "-") {
120
out = process.stdout;
121
+ out._handle.setBlocking(true);
122
console.error("Output to stdout");
123
} else {
124
out = fs.createWriteStream(flags.output);
0 commit comments