mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-10-11 08:05:56 +08:00
fix: very slow generation of tests in large languages (@fehmer, @miodec) (#6506)
!nuf
This commit is contained in:
parent
bbd5cf2ba6
commit
c2f6ec846b
1 changed files with 6 additions and 0 deletions
|
@ -44,6 +44,12 @@ export function init(): void {
|
|||
"NotFoundError: Failed to execute 'insertBefore' on 'Node': The node before which the new node is to be inserted is not a child of this node.",
|
||||
"Error: There is no clipping info for given tab",
|
||||
],
|
||||
beforeBreadcrumb(breadcrumb, _hint) {
|
||||
if (breadcrumb.category === "console" && breadcrumb.level === "debug") {
|
||||
return null;
|
||||
}
|
||||
return breadcrumb;
|
||||
},
|
||||
});
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue