lib/webpack_driver/process.rb in webpack_driver-0.3.0 vs lib/webpack_driver/process.rb in webpack_driver-0.3.1
- old
+ new
@@ -90,10 +90,9 @@
def listen_for_status_updates
Thread.new do
@output.each_line do | l |
- puts l
begin
match = l.match(/^STATUS: (.*)/)
if match
record_message(JSON.parse(match[1]))
config.logger.debug(l.chomp)