Skip to content

Commit

Permalink
don't output stdout from editor-support crossref
Browse files Browse the repository at this point in the history
  • Loading branch information
jjallaire committed Jun 28, 2023
1 parent b30542c commit aa42582
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/command/editor-support/crossref.ts
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
/*
* command.ts
*
* Copyright (C) 2020-2022 Posit Software, PBC
*
*/
* command.ts
*
* Copyright (C) 2020-2022 Posit Software, PBC
*/

import { join } from "path/posix.ts";
import { readAll } from "streams/mod.ts";
Expand Down Expand Up @@ -64,6 +63,7 @@ export const crossrefCommand = new Command()
"QUARTO_FILTER_PARAMS": filterParams,
"QUARTO_SHARE_PATH": resourcePath(),
},
stdout: "piped",
},
input,
);
Expand Down

0 comments on commit aa42582

Please sign in to comment.