mirror of
https://github.com/MontFerret/ferret.git
synced 2025-11-23 21:54:45 +02:00
#27 Added logging
This commit is contained in:
@@ -78,7 +78,7 @@ func (c *FqlCompiler) Compile(query string) (program *runtime.Program, err error
|
||||
}
|
||||
}()
|
||||
|
||||
l := newVisitor(c.funcs)
|
||||
l := newVisitor(query, c.funcs)
|
||||
|
||||
res := p.Visit(l).(*result)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user