fix: #7844, add uid to events, log plugin install/uninstall events

This commit is contained in:
Barış Soner Uşaklı
2019-08-14 19:17:43 -04:00
parent b1c0beb713
commit 592d9c82c5
3 changed files with 21 additions and 9 deletions

View File

@@ -14,6 +14,8 @@ const events = module.exports;
events.types = [
'plugin-activate',
'plugin-deactivate',
'plugin-install',
'plugin-uninstall',
'restart',
'build',
'config-change',