Uname : Linux premium36.web-hosting.com 4.18.0-513.24.1.lve.1.el8.x86_64 #1 SMP Thu May 9 15:10:09 UTC 2024 x86_64
Soft : LiteSpeed
Ip : 198.54.115.237
Port : 443
~
/
opt
/
alt
/
alt-nodejs10
/
root
/
lib
/
node_modules
/
npm
/
node_modules
/
worker-farm
/
lib
/
child
[ HOME ]
Exec
Submit
File Name : index.js
'use strict' let $module /* let contextProto = this.context; while (contextProto = Object.getPrototypeOf(contextProto)) { completionGroups.push(Object.getOwnPropertyNames(contextProto)); } */ function handle (data) { let idx = data.idx , child = data.child , method = data.method , args = data.args , callback = function () { let _args = Array.prototype.slice.call(arguments) if (_args[0] instanceof Error) { let e = _args[0] _args[0] = { '$error' : '$error' , 'type' : e.constructor.name , 'message' : e.message , 'stack' : e.stack } Object.keys(e).forEach(function(key) { _args[0][key] = e[key] }) } process.send({ owner: 'farm', idx: idx, child: child, args: _args }) } , exec if (method == null && typeof $module == 'function') exec = $module else if (typeof $module[method] == 'function') exec = $module[method] if (!exec) return console.error('NO SUCH METHOD:', method) exec.apply(null, args.concat([ callback ])) } process.on('message', function (data) { if (data.owner !== 'farm') { return; } if (!$module) return $module = require(data.module) if (data.event == 'die') return process.exit(0) handle(data) })
Back
Folder Name
Submit
File Name
File Content
Submit
Name
Type
Size
Permission
Last Modified
Actions
.
dir
-
0755
2024-03-03 10:41:29
..
dir
-
0755
2024-03-03 10:41:29
index.js
text/plain
1.33 KB
0644
2023-03-22 10:59:01