mirror of
https://gitee.com/dromara/electron-egg.git
synced 2026-05-14 03:52:07 +08:00
5 lines
133 B
JavaScript
5 lines
133 B
JavaScript
const Log = require('ee-core/log');
|
|
|
|
exports.welcome = function () {
|
|
Log.info('[child-process] [jobs/example/hello] welcome ! ');
|
|
} |