Closed yulesa closed 3 months ago
Describe the bug When running EQL locally using a .eql file, errors are printed in a debug mode, being hard to understand.
.eql
To Reproduce Steps to reproduce the behavior:
Expected behavior A formatted error like in the REPL format.
Screenshots Current: top bash run. Expected: bottom bash run.
Fixed on https://github.com/iankressin/eql/pull/28
Describe the bug When running EQL locally using a
.eql
file, errors are printed in a debug mode, being hard to understand.To Reproduce Steps to reproduce the behavior:
.eql
file with an incorrect EQL expression.Expected behavior A formatted error like in the REPL format.
Screenshots Current: top bash run. Expected: bottom bash run.