Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit dfa6ca9

Browse filesBrowse files
committed
Expose runner.execute to public.
1 parent acd312d commit dfa6ca9
Copy full SHA for dfa6ca9

File tree

1 file changed

+1
-1
lines changed
Filter options

1 file changed

+1
-1
lines changed

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

Copy file name to clipboardExpand all lines: src/Dotnet.Script.Core/Interactive/InteractiveRunner.cs
+1-1Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.