fix: go parser path
This commit is contained in:
@@ -16,6 +16,7 @@ const ext =
|
|||||||
// Build path to the binary **inside the same folder**
|
// Build path to the binary **inside the same folder**
|
||||||
export const GO_MARKDOWN_PARSER_PATH = path.join(
|
export const GO_MARKDOWN_PARSER_PATH = path.join(
|
||||||
__dirname,
|
__dirname,
|
||||||
|
"html-to-markdown",
|
||||||
`html-to-markdown${ext}`
|
`html-to-markdown${ext}`
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user