This commit is contained in:
Nuckyz 2024-06-27 19:19:22 -03:00
parent 962eaa9df7
commit 505246954b
No known key found for this signature in database
GPG key ID: 440BF8296E1C4AD9

View file

@ -136,7 +136,7 @@ function printFilter(filter: FilterFn) {
return `${props[0]}(${props.slice(1).map(arg => JSON.stringify(arg)).join(", ")})`;
}
return filter.toString();
return String(filter);
}
/**