why
This commit is contained in:
parent
962eaa9df7
commit
505246954b
|
@ -136,7 +136,7 @@ function printFilter(filter: FilterFn) {
|
||||||
return `${props[0]}(${props.slice(1).map(arg => JSON.stringify(arg)).join(", ")})`;
|
return `${props[0]}(${props.slice(1).map(arg => JSON.stringify(arg)).join(", ")})`;
|
||||||
}
|
}
|
||||||
|
|
||||||
return filter.toString();
|
return String(filter);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in a new issue