Skip to content

Commit c294533

Browse files
authored
Merge pull request #416 from SciSharp/master
Expose runner.execute to public.
2 parents acd312d + dfa6ca9 commit c294533

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)