Skip to content

Commit b231e2a

Browse files
committed
created setup for PR #42
1 parent ed87dc5 commit b231e2a

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed
Binary file not shown.

RpsRuntime/ScriptExecutor.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ public int ExecuteScript(string source, string sourcePath)
7575
scope.SetVariable("__window__", scriptOutput);
7676
scope.SetVariable("__file__", sourcePath);
7777

78-
//Add script directory address to sys search paths
78+
// Add script directory address to sys search paths
7979
var path = engine.GetSearchPaths();
8080
path.Add(System.IO.Path.GetDirectoryName(sourcePath));
8181
engine.SetSearchPaths(path);

0 commit comments

Comments
 (0)