MCPcopy
hub / github.com/Pythagora-io/pythagora / exit

Function exit

src/bin/run.js:5–7  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

3'use strict';
4
5function exit() {
6 // Do not close process until Pythagora finishing up is done
7}
8
9process.on('SIGINT', exit.bind(this));
10process.on('exit', exit.bind(this));

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected