Skip to content

Commit

Permalink
Fix regressions (requires+pause error) [fix #325]
Browse files Browse the repository at this point in the history
  • Loading branch information
e2 committed Jun 29, 2015
1 parent eec2a79 commit 0e2e18f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 2 additions & 0 deletions lib/listen/adapter/config.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
require 'pathname'

module Listen
module Adapter
class Config
Expand Down
4 changes: 3 additions & 1 deletion lib/listen/event/loop.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
require 'timeout'
require 'listen/event/processor'

module Listen
Expand Down Expand Up @@ -50,7 +51,8 @@ def resume
end

def pause
fail NotImplementedError
# TODO: works?
# fail NotImplementedError
end

def teardown
Expand Down

0 comments on commit 0e2e18f

Please sign in to comment.