zhaochongyi
2024-08-26 e0301d12be2ba6c04613f23c24734c48a30caad8
1
2
3
4
5
const Log = require('ee-core/log');
 
exports.welcome = function () {
  Log.info('[child-process] [jobs/example/hello] welcome ! ');
}