mirror of
https://github.com/coder/code-server.git
synced 2026-04-16 21:31:43 -05:00
Await newly promisified func
This commit is contained in:
@@ -733,7 +733,7 @@ export class TerminalProviderChannel implements IServerChannel<RemoteAgentConnec
|
||||
// longer undefined.
|
||||
const resolvedShellLaunchConfig = {
|
||||
...shellLaunchConfig,
|
||||
...getDefaultShellAndArgs(),
|
||||
...(await getDefaultShellAndArgs()),
|
||||
cwd: getInitialCwd(),
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user