Skip to content

Commit 448f87c

Browse files
committed
Refactor echo command
1 parent 7736005 commit 448f87c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/InEngine.Core/Commands/Echo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ public class Echo : AbstractCommand
1212

1313
public override void Run()
1414
{
15-
Write.Line(VerbatimText);
15+
Line(VerbatimText);
1616
}
1717
}
1818
}

0 commit comments

Comments
 (0)