Skip to content

Commit

Permalink
require 'io/wait'
Browse files Browse the repository at this point in the history
NoMethodError: undefined method `wait_readable' for #<File:/dev/pts/0>
  • Loading branch information
YO4 committed Sep 11, 2024
1 parent 5b6a1d8 commit 6231dc2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/yamatanooroti/vterm.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
require 'vterm'
require 'pty'
require 'io/console'
require 'io/wait'

module Yamatanooroti::VTermTestCaseModule
def start_terminal(height, width, command, wait: 0.01, timeout: 2, startup_message: nil)
Expand Down

0 comments on commit 6231dc2

Please sign in to comment.