📁 File Manager Pro
v10.0.3 | PHP: 8.2.31
Server: LiteSpeed
2026-06-26 18:43:55
📂
/ (Root)
/
usr
/
lib
/
node_modules
/
npm
/
node_modules
/
worker-farm
/
examples
/
basic
📍 /usr/lib/node_modules/npm/node_modules/worker-farm/examples/basic
🔄 Refresh
✏️
Editing: child.js
Read Only
'use strict' module.exports = function (inp, callback) { callback(null, inp + ' BAR (' + process.pid + ')') }
💾 Save Changes
❌ Cancel