iankressin / eql

Query language to interact with EVM chains
https://eql.sh
MIT License
67 stars 7 forks source link

Improve EQL expression error readbility #27

Closed yulesa closed 3 months ago

yulesa commented 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.

To Reproduce Steps to reproduce the behavior:

  1. Run a locally a .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. image

iankressin commented 3 months ago

Fixed on https://github.com/iankressin/eql/pull/28