提交 3974de0c 编写于 作者: W Will Smith

Fixing path

上级 e13a1ec8
......@@ -32,7 +32,7 @@ type CompilerServiceParsing() =
match sourceOpt with
| None ->
let source = File.ReadAllText("""C:\visualfsharp\src\fsharp\TypeChecker.fs""")
let source = File.ReadAllText("""..\..\..\..\..\src\fsharp\TypeChecker.fs""")
sourceOpt <- Some(source)
| _ -> ()
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册