We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7736005 commit 448f87cCopy full SHA for 448f87c
src/InEngine.Core/Commands/Echo.cs
@@ -12,7 +12,7 @@ public class Echo : AbstractCommand
12
13
public override void Run()
14
{
15
- Write.Line(VerbatimText);
+ Line(VerbatimText);
16
}
17
18
0 commit comments