Update lib/binding_web/src/language.ts

Co-authored-by: ObserverOfTime <chronobserver@disroot.org>
This commit is contained in:
Kyuhwan Lee 2025-12-26 21:35:50 +09:00 committed by GitHub
parent 2d48d4db89
commit a7eff029cd
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -273,8 +273,7 @@ export class Language {
throw new RangeError(
`Incompatible language version ${version}. ` +
`Compatibility range ${MIN_COMPATIBLE_VERSION} through ${LANGUAGE_VERSION}. ` +
`The WASM file may have been built with an incompatible version of tree-sitter-cli. ` +
`Please regenerate the WASM file using a compatible tree-sitter-cli version.`
`The Wasm file may have been built with an incompatible version of tree-sitter-cli. `
);
}