mirror of
https://github.com/cdr/code-server.git
synced 2025-12-06 08:27:17 +01:00
Await newly promisified func
This commit is contained in:
parent
a83c909b16
commit
058e781b3f
1 changed files with 1 additions and 1 deletions
|
|
@ -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 a new issue