fix: dont make new instance of interpreter

pull/312/head
sammyette 2024-07-19 09:54:50 -04:00
parent 9d4a40162f
commit 22ebf1fa23
Signed by: sammyette
GPG Key ID: 904FC49417B44DCD
1 changed files with 0 additions and 2 deletions

View File

@ -269,8 +269,6 @@ func execCommand(cmd string, strms *streams) (io.Writer, io.Writer, error) {
return nil, nil, err
}
runner, _ := interp.New()
if strms == nil {
strms = &streams{}
}