You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
On fresh ferret install, I got fatal error: unexpected signal during runtime execution when I return JSON.
Probably linked to: MontFerret/worker#27
To Reproduce
Steps to reproduce the behavior:
go version go1.19 darwin/amd64
go install github.com/MontFerret/cli/ferret@latest3.
The text was updated successfully, but these errors were encountered:
PierreBrisorgueil
changed the title
fatal error: unexpected signal during runtime execution
fatal error: unexpected signal during runtime execution, fresh install 🤷♂️
Sep 2, 2022
Describe the bug
On fresh ferret install, I got
fatal error: unexpected signal during runtime execution
when I return JSON.Probably linked to: MontFerret/worker#27
To Reproduce
Steps to reproduce the behavior:
go version go1.19 darwin/amd64
go install github.com/MontFerret/cli/ferret@latest
3.ferret exec --browser-open test.yml
ferret exec --browser-open test.yml
Expected behavior
No error
Desktop (please complete the following information):
Mac intel, ferret browser, latest
Additional context
strangely it works fine with binaries already made
https://github.com/MontFerret/cli/releases/download/v1.8.0/cli_darwin_x86_64.tar.gz
The text was updated successfully, but these errors were encountered: