提交 07a671b2 编写于 作者: A Alex Dima

Avoid console log error messages in the standalone editor

上级 a02c4e72
......@@ -279,6 +279,9 @@ export class FoldingController implements IEditorContribution {
}
return foldingModel;
});
}).then(undefined, (err) => {
onUnexpectedError(err);
return null;
});
}
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册