Skip to content

Commit 016c0bc

Browse files
committed
chore - deno 2
1 parent 5878d00 commit 016c0bc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/core/pandoc/pandoc-formats.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@ export const kYamlMetadataBlock = "yaml_metadata_block";
1515

1616
export async function pandocListFormats() {
1717
const result = await execProcess({
18-
cmd: [pandocBinaryPath(), "--list-output-formats"],
18+
cmd: pandocBinaryPath(),
19+
args: ["--list-output-formats"],
1920
stdout: "piped",
2021
});
2122
if (result.success) {

0 commit comments

Comments
 (0)