提交 5fcdc081 编写于 作者: K Kevin Halverson

Fix a little more REPL initialization

上级 77152e59
...@@ -92,6 +92,8 @@ public abstract class InteractiveEvaluator : IInteractiveEvaluator, ICurrentWork ...@@ -92,6 +92,8 @@ public abstract class InteractiveEvaluator : IInteractiveEvaluator, ICurrentWork
var hostPath = interactiveHostPath; var hostPath = interactiveHostPath;
_interactiveHost = new InteractiveHost(replType, hostPath, initialWorkingDirectory); _interactiveHost = new InteractiveHost(replType, hostPath, initialWorkingDirectory);
_interactiveHost.ProcessStarting += ProcessStarting; _interactiveHost.ProcessStarting += ProcessStarting;
WorkingDirectory = initialWorkingDirectory;
} }
public IContentType ContentType public IContentType ContentType
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册