Commit 180ce0d

mo <mo.khan@gmail.com>
2019-07-24 21:17:07
print command causing infinite loop
1 parent 2056d6a
Changed files (1)
lib/examine.rb
@@ -87,6 +87,7 @@ module Examine
       end
 
       def wait_until(command)
+        puts command
         wait until system(command)
       end
     end