mirror of
https://github.com/coder/code-server.git
synced 2026-01-14 17:31:16 +08:00
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.
|
||||
const resolvedShellLaunchConfig = {
|
||||
...shellLaunchConfig,
|
||||
...getDefaultShellAndArgs(),
|
||||
...(await getDefaultShellAndArgs()),
|
||||
cwd: getInitialCwd(),
|
||||
};
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user