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

Function getUnexpectedExitCode

scripts/dev-server.cjs:51–57  ·  view source on GitHub ↗
(code)

Source from the content-addressed store, hash-verified

49}
50
51function getUnexpectedExitCode(code) {
52 if (typeof code === 'number' && code !== 0) {
53 return code;
54 }
55
56 return 1;
57}
58
59function createProcessKeepAlive() {
60 return setInterval(() => {}, 60_000);

Callers 2

mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected