Skip to content

Commit dfa6ca9

Browse files
committed
Expose runner.execute to public.
1 parent acd312d commit dfa6ca9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Dotnet.Script.Core/Interactive/InteractiveRunner.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ public virtual async Task RunLoopWithSeed(ScriptContext scriptContext)
6363
await RunLoop();
6464
}
6565

66-
protected virtual async Task Execute(string input)
66+
public virtual async Task Execute(string input)
6767
{
6868
await HandleScriptErrors(async () =>
6969
{

0 commit comments

Comments
 (0)