dd.js 131 B

123456789
  1. 'use strict';
  2. module.exports = function dd() {
  3. this.dump();
  4. if (typeof process !== 'undefined') {
  5. process.exit(1);
  6. }
  7. };