()
| 4 | |
| 5 | pluginManager.dbConnection().then((countlyDb) => { |
| 6 | function done() { |
| 7 | console.log("Systemlogs plugin installation finished"); |
| 8 | countlyDb.close(); |
| 9 | } |
| 10 | |
| 11 | console.log("Adding systemlogs indexes"); |
| 12 | var cnt = 0; |
no test coverage detected