Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
35
let
timeout_id;
36
37
function
exit(code) {
38
kill(spawned_process.pid)
39
process.exit(code)
40
}
41
42
function
onTimeout() {
43
console.log(`Tests TIMEOUT (${TIMEOUT_MS}ms)`)
Callers
2
onTimeout
Function · 0.70
run-automated.js
File · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected