提交 ba447a9f 编写于 作者: B Benjamin Pasero

test failure logging output

上级 94f549f3
......@@ -525,6 +525,10 @@ export class EditorStatus implements IStatusbarItem {
if (editorWidget) {
const textModel = getTextModel(editorWidget);
if (textModel) {
if (typeof textModel.getMode !== 'function') {
console.log(Object.getPrototypeOf(textModel).toString());
console.log(Object.getOwnPropertyNames(textModel));
}
// Compute mode
const mode = textModel.getMode();
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册