mirror of https://git.tuxpa.in/a/code-server.git
Await newly promisified func
This commit is contained in:
parent
a83c909b16
commit
058e781b3f
|
@ -733,7 +733,7 @@ export class TerminalProviderChannel implements IServerChannel<RemoteAgentConnec
|
||||||
// longer undefined.
|
// longer undefined.
|
||||||
const resolvedShellLaunchConfig = {
|
const resolvedShellLaunchConfig = {
|
||||||
...shellLaunchConfig,
|
...shellLaunchConfig,
|
||||||
...getDefaultShellAndArgs(),
|
...(await getDefaultShellAndArgs()),
|
||||||
cwd: getInitialCwd(),
|
cwd: getInitialCwd(),
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue