exports.exit = function()

in index.js [21:23]


exports.exit = function(code) {
    watchdog.exit(code || 0);
}