MCPcopy 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
2930exports.LogMachine = DebugMachine;

Callers 1

handleCommandMethod · 0.95

Calls 2

doAbortMethod · 0.80
exitMethod · 0.80

Tested by

no test coverage detected