MCPcopy Index your code
hub / github.com/NativeScript/NativeScript / exit

Function exit

tools/scripts/run-automated.js:37–40  ·  view source on GitHub ↗
(code)

Source from the content-addressed store, hash-verified

35let timeout_id;
36
37function exit(code) {
38 kill(spawned_process.pid)
39 process.exit(code)
40}
41
42function onTimeout() {
43 console.log(`Tests TIMEOUT (${TIMEOUT_MS}ms)`)

Callers 2

onTimeoutFunction · 0.70
run-automated.jsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected