fix: go parser path

This commit is contained in:
amhsirak
2025-11-20 02:44:05 +05:30
parent 6c93cbc9a2
commit 0837ac50b9

View File

@@ -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}`
); );