Remove stale comment

This commit is contained in:
Junegunn Choi
2024-07-28 10:12:56 +09:00
parent 5c01fee5a9
commit d9404fcce4
2 changed files with 1 additions and 2 deletions

View File

@@ -148,8 +148,8 @@ func Run(opts *Options) (int, error) {
// Terminal I/O
var terminal *Terminal
var initialEnv []string
var err error
var initialEnv []string
initialReload := opts.extractReloadOnStart()
if opts.Filter == nil {
terminal, err = NewTerminal(opts, eventBox, executor)