MCPcopy Create free account
hub / github.com/Fibi66/FeiControl / spawnNext

Function spawnNext

scripts/dev-server.cjs:44–49  ·  view source on GitHub ↗
(args, env)

Source from the content-addressed store, hash-verified

42}
43
44function spawnNext(args, env) {
45 return spawn(process.execPath, [nextBin, ...args], {
46 stdio: ['ignore', 'inherit', 'inherit'],
47 env,
48 });
49}
50
51function getUnexpectedExitCode(code) {
52 if (typeof code === 'number' && code !== 0) {

Callers 1

mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected