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
The panic seems to be the result of the fixes I did last week to comply with the latest errcheck changes, but that just means that the issue was there before (trying to write to a closed stdout), we just silently ignored it.
When executing even a very simple script (
k6 run -o json samples/http_get.js
) with the latestmaster
code, the following panic happens:The text was updated successfully, but these errors were encountered: