Commit 6887521e authored by Lin Jen-Shin's avatar Lin Jen-Shin

Sorry, was confused.

parent 637a4140
......@@ -142,7 +142,7 @@ module Ci
end
def trace_with_state(state: nil, last_lines: nil)
trace_ansi = trace(last_lines)
trace_ansi = trace(last_lines: last_lines)
if trace_ansi.present?
Ci::Ansi2html.convert(trace_ansi, state)
else
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment