clear out plan xml on executes (#2921)

This commit is contained in:
Anthony Dresser
2018-10-16 18:31:19 -07:00
committed by Karl Burtram
parent 76282ed1ef
commit 6ee3886ecf

View File

@@ -184,6 +184,7 @@ export default class QueryRunner {
this._echoedResultSet.clear();
this._debouncedMessage.clear();
this._debouncedResultSet.clear();
this._planXml = new Deferred<string>();
let ownerUri = this.uri;
this._batchSets = [];
this._hasCompleted = false;