• Tomás Grüner's avatar
    fix: non-existent field access on error message (#577) · 8515d276
    Tomás Grüner authored
    Fixes #576
    
    Now it correctly results in the error message:
    
    ```
    There was an error interpreting Starlark code 
    Evaluation error: fail: Unsupported launcher 'foo', need one of 'lighthouse,lodestar,nimbus,prysm,teku,grandine'
            at [github.com/kurtosis-tech/ethereum-package/main.star:104:55]: run
            at [github.com/kurtosis-tech/ethereum-package/src/participant_network.star:166:34]: launch_participant_network
            at [github.com/kurtosis-tech/ethereum-package/src/cl/cl_launcher.star:106:17]: launch
            at [0:0]: fail
    
    Error encountered running Starlark code.
    ```
    8515d276
Name
Last commit
Last update
..
grandine Loading commit data...
lighthouse Loading commit data...
lodestar Loading commit data...
nimbus Loading commit data...
prysm Loading commit data...
teku Loading commit data...
cl_context.star Loading commit data...
cl_launcher.star Loading commit data...
cl_node_ready_conditions.star Loading commit data...