xuxiaobo-bobo 842b34b5ca 0218
2024-02-18 15:40:48 +08:00

7 lines
233 B
JavaScript

// global.sionprocess=global.process
// debugger
// delete global.process
if (parseInt(process.versions.node.split('.')[0]) < 6) throw new Error('vm2 requires Node.js version 6 or newer.');
module.exports = require('vm2/lib/main');