Skip to content

Commit

Permalink
Require io/wait to use wait_readable
Browse files Browse the repository at this point in the history
  • Loading branch information
tompng committed Sep 13, 2024
1 parent 415a438 commit 1c3f9d9
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 1c3f9d9

Please sign in to comment.