Open Bios-Marcel opened 1 year ago
This line throws a panic. While this might be acceptable (not sure), it should at least report the error, giving me some clue as to what is going on.
https://github.com/go-gremlins/gremlins/blob/b62af323b7da2f7b6a8ae5569b059d1eec730269/internal/engine/executor.go#L167
That's a leftover from early implementation days. You're right, it should be removed.
This line throws a panic. While this might be acceptable (not sure), it should at least report the error, giving me some clue as to what is going on.
https://github.com/go-gremlins/gremlins/blob/b62af323b7da2f7b6a8ae5569b059d1eec730269/internal/engine/executor.go#L167