From a7eff029cd4c151af9f9874df89f783aff6e120e Mon Sep 17 00:00:00 2001 From: Kyuhwan Lee <145569428+wtdlee@users.noreply.github.com> Date: Fri, 26 Dec 2025 21:35:50 +0900 Subject: [PATCH] Update lib/binding_web/src/language.ts Co-authored-by: ObserverOfTime --- lib/binding_web/src/language.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lib/binding_web/src/language.ts b/lib/binding_web/src/language.ts index 39623f1a..d59ace42 100644 --- a/lib/binding_web/src/language.ts +++ b/lib/binding_web/src/language.ts @@ -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. ` ); }