my-idlers/node_modules/collect.js/dist/methods/dd.js

9 lines
131 B
JavaScript
Raw Normal View History

'use strict';
module.exports = function dd() {
this.dump();
if (typeof process !== 'undefined') {
process.exit(1);
}
};