k6
k6 copied to clipboard
`console` shouldn't use `os` package directly
js/console.go uses directly the os
package while almost everything uses an abstraction such as afero
We should be using afero across everything (until #1079) so this needs to change.
This likely can be done similarly to #2487