bin/ix-log in ix-cli-0.0.14 vs bin/ix-log in ix-cli-0.0.15

- old
+ new

@@ -32,10 +32,11 @@ object = get_object('ix log initiation marker') puts JSON.dump(object) end STDIN.each_line do |line| - object = get_object(line.chomp!) + text = line.chomp!.force_encoding("utf-8") + object = get_object(text) puts JSON.dump(object) end if print_markers object = get_object('ix log termination marker')