Files
rspade_system/node_modules/collect.js/dist/methods/dd.js
2025-12-03 21:28:08 +00:00

9 lines
131 B
JavaScript
Executable File

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