mirror of
https://github.com/coder/code-server.git
synced 2025-08-02 05:52:25 +08:00
Refactor integration tests to use main entry point
This commit is contained in:
@ -24,7 +24,8 @@ async function entry(): Promise<void> {
|
||||
if (isChild(wrapper)) {
|
||||
const args = await wrapper.handshake()
|
||||
wrapper.preventExit()
|
||||
return runCodeServer(args)
|
||||
await runCodeServer(args)
|
||||
return
|
||||
}
|
||||
|
||||
const cliArgs = parse(process.argv.slice(2))
|
||||
|
Reference in New Issue
Block a user