debt - access some of our versions of fs APIs via new Promises class

This commit is contained in:
Benjamin Pasero
2021-06-07 11:02:28 +02:00
parent 3f037ae20b
commit e5e83321c1
38 changed files with 169 additions and 160 deletions

View File

@@ -378,7 +378,7 @@ export class ExtHostTunnelService extends Disposable implements IExtHostTunnelSe
}));
const socketMap = getSockets(procSockets);
const procChildren = await pfs.readdir('/proc');
const procChildren = await pfs.Promises.readdir('/proc');
const processes: {
pid: number, cwd: string, cmd: string
}[] = [];