fix: session knex connector + editor UI improvements

This commit is contained in:
Nick
2019-05-11 01:23:32 -04:00
parent 4552c6d2b0
commit 6041b1697a
7 changed files with 122 additions and 97 deletions

View File

@@ -88,6 +88,9 @@ module.exports = class Editor extends Model {
} catch (err) {
WIKI.logger.error(`Failed to scan or load new editors: [ FAILED ]`)
WIKI.logger.error(err)
if (trx) {
trx.rollback()
}
}
}