Random undefined access (#582)

* added check for undefined

* formatting

* fix unrelated compile error

* fixed more unrelated compile bugs
This commit is contained in:
Anthony Dresser
2018-01-30 13:33:09 -08:00
committed by GitHub
parent 1b2e264c7d
commit 234c2f7c9e
3 changed files with 7 additions and 7 deletions

View File

@@ -4,7 +4,7 @@
*--------------------------------------------------------------------------------------------*/
'use strict';
import { SqlMainContext, MainThreadModalDialogShape, ExtHostModalDialogsShape } from 'sql/workbench/api/node/sqlextHost.protocol';
import { SqlMainContext, MainThreadModalDialogShape, ExtHostModalDialogsShape } from 'sql/workbench/api/node/sqlExtHost.protocol';
import { IMainContext } from 'vs/workbench/api/node/extHost.protocol';
import * as vscode from 'vscode';
import * as data from 'data';