mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-04 17:23:45 -05:00
add null check for errors in the console while using query editor (#15711)
* add null check * another null check * pr comments * update typing
This commit is contained in:
@@ -34,7 +34,7 @@ export interface BatchStartSummary {
|
||||
|
||||
export interface BatchSummary extends BatchStartSummary {
|
||||
hasError: boolean;
|
||||
resultSetSummaries: ResultSetSummary[];
|
||||
resultSetSummaries: ResultSetSummary[] | null;
|
||||
}
|
||||
|
||||
export interface CompleteBatchSummary extends BatchSummary {
|
||||
|
||||
Reference in New Issue
Block a user