提交 89f1f022 编写于 作者: M Matt Bierner

Use correct reporter instance

上级 8dd07034
......@@ -34,8 +34,8 @@ export default class TelemetryReporter extends Disposable {
}
public logTelemetry(eventName: string, properties?: { [prop: string]: string }) {
if (this._reporter) {
this._reporter.sendTelemetryEvent(eventName, properties);
if (this.reporter) {
this.reporter.sendTelemetryEvent(eventName, properties);
}
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册