mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-25 19:18:59 +01:00
void -> Promise<void>
This commit is contained in:
@@ -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.
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user