blob: 0f0900b5e26cd15646f592b6059a680b76f7567e [file] [log] [blame]
'use strict'
module.exports = function (inp, callback) {
callback(null, inp + ' BAR (' + process.pid + ')')
}