We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6824b3a commit b6f1f4eCopy full SHA for b6f1f4e
src/quarto.ts
@@ -116,6 +116,7 @@ if (import.meta.main) {
116
if (Deno.build.os !== "windows") {
117
Deno.addSignalListener("SIGINT", abend);
118
Deno.addSignalListener("SIGTERM", abend);
119
+ Deno.addSignalListener("SIGPIPE", () => {});
120
}
121
122
await initializeLogger(logOptions(parse(Deno.args)));
0 commit comments