init
This commit is contained in:
12
lib/modules/end.js
Normal file
12
lib/modules/end.js
Normal file
@@ -0,0 +1,12 @@
|
||||
//
|
||||
// Initialize the child logger for
|
||||
// the module
|
||||
//
|
||||
const log = require('../log').child({
|
||||
module: 'end'
|
||||
})
|
||||
|
||||
module.exports = function(context) {
|
||||
log.info('end')
|
||||
context.output.end()
|
||||
}
|
||||
Reference in New Issue
Block a user