XDebugger
XDebugger copied to clipboard
Search nested method not working
Describe the bug Search method in nested key not working.
To Reproduce
const debug = new XDebugger({ debug: true });
debug.search({
timestamp: {
$gte: 1560122145284
}
});
// Output
> []