mirror of
https://github.com/bnmgh1/NodeSandbox.git
synced 2025-04-16 07:57:04 +08:00
4 lines
157 B
JavaScript
4 lines
157 B
JavaScript
if (parseInt(process.versions.node.split('.')[0]) < 6) throw new Error('vm2 requires Node.js version 6 or newer.');
|
|
|
|
module.exports = require('./lib/main');
|