Skip to content

Commit

Permalink
修复bug
Browse files Browse the repository at this point in the history
  • Loading branch information
monigo committed Nov 14, 2019
1 parent 5786d64 commit 67aae7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/term/term_windows.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import (
"syscall"

"github.com/Azure/go-ansiterm/winterm"
"srun/pkg/term/windows"
"github.com/monigo/srun-cmd/pkg/term/windows"
)

// State holds the console mode for the terminal.
Expand Down

0 comments on commit 67aae7e

Please sign in to comment.