mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-28 17:23:19 -05:00
Fix some build errors using latest typescript version
This commit is contained in:
@@ -108,7 +108,7 @@ export class IPCMessageWriter extends AbstractMessageWriter implements MessageWr
|
||||
|
||||
public write(msg: Message): void {
|
||||
try {
|
||||
this.process.send(msg);
|
||||
(<any>this.process).send(<any>msg);
|
||||
this.errorCount = 0;
|
||||
} catch (error) {
|
||||
this.errorCount++;
|
||||
|
||||
Reference in New Issue
Block a user