🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
9 lines
131 B
JavaScript
Executable File
9 lines
131 B
JavaScript
Executable File
'use strict';
|
|
|
|
module.exports = function dd() {
|
|
this.dump();
|
|
|
|
if (typeof process !== 'undefined') {
|
|
process.exit(1);
|
|
}
|
|
}; |