📁 File Manager Pro
v10.0.3 | PHP: 8.1.34
Server: Apache
2026-06-21 16:50:51
📂
/ (Root)
/
lib
/
node_modules
/
npm
/
node_modules
/
worker-farm
/
examples
/
basic
📍 /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