Skip to content

Commit

Permalink
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -81,7 +81,7 @@ public void run(MaterializedFrame frame, Node currentNode) {
}

shellInterface.getWriter().println(
formatter.formatLine(Collections.singletonList(activation), 0));
formatter.formatLine(Collections.singletonList(activation), 0, null));

n++;
}

0 comments on commit 6c1411a

Please sign in to comment.