void -> Promise<void>

This commit is contained in:
meganrogge
2021-04-02 15:24:30 -07:00
parent 731802f945
commit c61393b0c1
8 changed files with 10 additions and 10 deletions

View File

@@ -226,7 +226,7 @@ export class ExtHostPseudoterminal implements ITerminalChildProcess {
}
}
processBinary(data: string) {
async processBinary(data: string): Promise<void> {
// No-op, processBinary is not supported in extextion owned terminals.
}