MCPcopy Index your code
hub / github.com/unconed/TermKit / shellExit

Function shellExit

Node/shell/processor.js:178–184  ·  view source on GitHub ↗
(success, object, meta)

Source from the content-addressed store, hash-verified

176
177 // Wrap exit callback to pass back updated environment.
178 var shellExit = function (success, object, meta) {
179 that.status(success, object);
180
181 meta = meta || {};
182 meta.environment = that.environment();
183 exit(success, object, meta);
184 };
185
186 try {
187 var list = new command.commandList(this, tokens, shellExit, rel);

Callers

nothing calls this directly

Calls 1

exitFunction · 0.70

Tested by

no test coverage detected