bin/dap in dap-0.0.10 vs bin/dap in dap-0.0.11
- old
+ new
@@ -111,9 +111,10 @@
while true
data = inp.read_record
break if data == Dap::Input::Error::EOF
next if data == Dap::Input::Error::Empty
+ next if data == Dap::Input::Error::InvalidFormat
docs = [ data ]
fcount = 1
filters.each do |f|