Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Moddable-OpenSource/moddable
/ cmdQuit
Method
cmdQuit
tools/xsbug-log/xsbug-debugmachine.js:2923–2927 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
2921
}
2922
2923
cmdQuit() {
2924
if
(this.connected)
2925
this.doAbort();
2926
process.exit(0);
2927
}
2928
}
2929
2930
exports.LogMachine = DebugMachine;
Callers
1
handleCommand
Method · 0.95
Calls
2
doAbort
Method · 0.80
exit
Method · 0.80
Tested by
no test coverage detected