WIP plugins: working hook on server side

pull/1987/head
Chocobozzz 2019-07-08 15:58:35 +02:00 committed by Chocobozzz
parent 18a6f04c07
commit 8d76959e11
1 changed files with 2 additions and 0 deletions

View File

@ -267,6 +267,8 @@ async function startApplication () {
server.listen(port, hostname, () => { server.listen(port, hostname, () => {
logger.info('Server listening on %s:%d', hostname, port) logger.info('Server listening on %s:%d', hostname, port)
logger.info('Web server: %s', WEBSERVER.URL) logger.info('Web server: %s', WEBSERVER.URL)
PluginManager.Instance.runHook('action:application.listening')
}) })
process.on('exit', () => { process.on('exit', () => {