debt - update extensions node dependency to 10.x

This commit is contained in:
Benjamin Pasero
2019-02-07 08:49:36 +01:00
parent ea577a79e4
commit e2d1fd06d1
35 changed files with 87 additions and 87 deletions

View File

@@ -65,7 +65,7 @@ export class Askpass implements Disposable {
return ipcHandlePath;
}
private onRequest(req: http.ServerRequest, res: http.ServerResponse): void {
private onRequest(req: http.IncomingMessage, res: http.ServerResponse): void {
const chunks: string[] = [];
req.setEncoding('utf8');
req.on('data', (d: string) => chunks.push(d));