more savings

This commit is contained in:
Carson Gross 2025-10-30 21:19:00 -06:00
parent ee933faf0a
commit 6409d1dd69

View File

@ -192,7 +192,7 @@ var htmx = (() => {
token += tokens[++i];
}
if (token.includes("[") && !token.includes("]")) {
throw "Unterminated event filter: " + token;
throw "unterminated:" + token;
}
currentSpec = {name: token};
specs.push(currentSpec);