mirror of
https://github.com/coder/code-server.git
synced 2026-05-27 23:49:33 +00: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