Skip to content

Commit 835fed0

Browse files
fix: reorganize wasm files
1 parent 6f36b2f commit 835fed0

24 files changed

+1
-1
lines changed

website/src/components/astGrep/lang.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ export async function initializeParser() {
6969
}
7070

7171
async function setGlobalParser(lang: SupportedLang) {
72-
const path = parserPaths[lang]
72+
const path = 'parsers/' + parserPaths[lang]
7373
await setupParser(lang, path)
7474
}
7575

0 commit comments

Comments
 (0)