mirror of
https://github.com/Smaug123/KaTeX
synced 2025-10-10 21:48:41 +00:00
build(deps-dev): bump flow-bin from 0.131.0 to 0.132.0 (#2453)
This commit is contained in:
@@ -13,7 +13,6 @@ defineFunction({
|
||||
numArgs: 1,
|
||||
argTypes: ["text"],
|
||||
},
|
||||
// $FlowFixMe, "environment" handler returns an environment ParseNode
|
||||
handler({parser, funcName}, args) {
|
||||
const nameGroup = args[0];
|
||||
if (nameGroup.type !== "ordgroup") {
|
||||
@@ -49,6 +48,7 @@ defineFunction({
|
||||
`Mismatch: \\begin{${envName}} matched by \\end{${end.name}}`,
|
||||
endNameToken);
|
||||
}
|
||||
// $FlowFixMe, "environment" handler returns an environment ParseNode
|
||||
return result;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user