WIP plugins: working hook on server side

This commit is contained in:
Chocobozzz
2019-07-24 10:58:16 +02:00
committed by Chocobozzz
parent 18a6f04c07
commit 8d76959e11
+2
View File
@@ -267,6 +267,8 @@ async function startApplication () {
server.listen(port, hostname, () => {
logger.info('Server listening on %s:%d', hostname, port)
logger.info('Web server: %s', WEBSERVER.URL)
PluginManager.Instance.runHook('action:application.listening')
})
process.on('exit', () => {