Skip to content

Commit

Permalink
🐷 Windowsのビルドに失敗するバグを修正
Browse files Browse the repository at this point in the history
  • Loading branch information
koirand committed Feb 19, 2020
1 parent f62af8b commit 0a09273
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,7 @@ func main() {
}

var status []byte
if terminal.IsTerminal(syscall.Stdin) {
if terminal.IsTerminal(int(syscall.Stdin)) {
// when execute: $ tweet
status, err = editStatusWithEditor()
if err != nil {
Expand Down

0 comments on commit 0a09273

Please sign in to comment.