MCPcopy Index your code
hub / github.com/coder/code-server / error

Function error

src/node/cli.ts:366–372  ·  view source on GitHub ↗
(msg: string)

Source from the content-addressed store, hash-verified

364 },
365): UserProvidedArgs => {
366 const error = (msg: string): Error => {
367 if (opts?.configFile) {
368 msg = `error reading ${opts.configFile}: ${msg}`
369 }
370
371 return new Error(msg)
372 }
373
374 const args: UserProvidedArgs = {}
375 let ended = false

Callers 1

parseFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected