提交 9e7842d9 编写于 作者: I isidor

fixes #97459

上级 331b189c
......@@ -592,7 +592,7 @@ export class DebugSession implements IDebugSession {
}
const response = await this.raw.loadedSources({});
if (response.body && response.body.sources) {
if (response && response.body && response.body.sources) {
return response.body.sources.map(src => this.getSource(src));
} else {
return [];
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册