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

Cannot read property 'word' of null (fixes #648)

上级 b8799914
......@@ -313,7 +313,7 @@ class GotoDefinitionWithMouseEditorContribution implements EditorCommon.IEditorC
startColumn: word.startColumn,
endLineNumber: position.lineNumber,
endColumn: word.endColumn
}, nls.localize('multipleResults', "Click to show the {0} definitions for '{1}'.", results.length, this.currentWordUnderMouse.word), false);
}, nls.localize('multipleResults', "Click to show the {0} definitions found.", results.length), false);
}
// Single result
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册