Syncing STDOUT. Fixes #625.
This commit is contained in:
parent
787d68f512
commit
d6e0e5e297
|
@ -1,4 +1,5 @@
|
|||
#!/usr/bin/env ruby
|
||||
STDOUT.sync = true
|
||||
|
||||
$:.unshift File.join(File.dirname(__FILE__), *%w{ .. lib })
|
||||
|
||||
|
|
Loading…
Reference in New Issue