Merge branch 'immediate-finds' into immediate-finds-modules-proxy
This commit is contained in:
commit
ed4a797ad3
|
@ -142,7 +142,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