init
This commit is contained in:
10
electron/jobs/example/hello.ts
Normal file
10
electron/jobs/example/hello.ts
Normal file
@@ -0,0 +1,10 @@
|
||||
import { logger } from 'ee-core/log';
|
||||
|
||||
/**
|
||||
* Welcome function
|
||||
*/
|
||||
function welcome(): void {
|
||||
logger.info('[child-process] [jobs/example/hello] welcome !');
|
||||
}
|
||||
|
||||
export { welcome };
|
||||
Reference in New Issue
Block a user