mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 10:58:30 -05:00
Duplicate Result sets (#3620)
* remove debouncing and echoing to fix rendering bug * fix access of internal member * fix issue with using splice rather than slice * fix compile issues
This commit is contained in:
@@ -144,6 +144,7 @@ export class MessagePanel extends ViewletPanel {
|
||||
this.reset();
|
||||
this.queryRunnerDisposables.push(runner.onQueryStart(() => this.reset()));
|
||||
this.queryRunnerDisposables.push(runner.onMessage(e => this.onMessage(e)));
|
||||
this.onMessage(runner.messages);
|
||||
}
|
||||
|
||||
private onMessage(message: IResultMessage | IResultMessage[]) {
|
||||
|
||||
Reference in New Issue
Block a user