提交 a54f5621 编写于 作者: I isidor

debug: do not pass source.path when source is in memory.

fixes #1514
上级 4dfa345e
......@@ -33,7 +33,7 @@ export class Source {
if (found) {
return {
name: found.source.name,
path: found.source.uri.fsPath,
path: found.source.inMemory ? null : found.source.uri.fsPath,
sourceReference: found.source.reference
}
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册