mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-19 17:22:48 -05:00
Run TSLint in Azure Pipelines (#3639)
This commit is contained in:
@@ -55,7 +55,7 @@ export class ErrorMessageDialog extends Modal {
|
||||
|
||||
protected renderBody(container: HTMLElement) {
|
||||
new Builder(container).div({ 'class': 'error-dialog' }, (bodyBuilder) => {
|
||||
this._body = bodyBuilder.getHTMLElement();;
|
||||
this._body = bodyBuilder.getHTMLElement();
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user