Skip to content

Commit

Permalink
Fix missing require.
Browse files Browse the repository at this point in the history
  • Loading branch information
ioquatix committed Jun 23, 2021
1 parent de94746 commit 010b28d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/reline/ansi.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
require 'io/console'
require 'io/wait'
require 'timeout'
require_relative 'terminfo'

Expand Down

0 comments on commit 010b28d

Please sign in to comment.