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 c294533

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

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.