X-Git-Url: http://git.squeep.com/?a=blobdiff_plain;f=src%2Fdb%2Fsqlite%2Findex.js;h=a4c3d38fa0f252b94982f5b12832a4bb0815dbb7;hb=28de4364128a4b03918a8cbe868009b5d427220a;hp=775708ddcb93ccfa97edf0c75b07e63e2888856c;hpb=3fae9b64c5c70ad52376558caa71db99778541b0;p=websub-hub diff --git a/src/db/sqlite/index.js b/src/db/sqlite/index.js index 775708d..a4c3d38 100644 --- a/src/db/sqlite/index.js +++ b/src/db/sqlite/index.js @@ -687,7 +687,7 @@ class DatabaseSQLite extends Database { let topics; try { topics = this.statement.topicGetInfoAll.all(); - } catch (e) { + } catch (e) { this.logger.error(_scope, 'failed', { error: e, topics }); throw e; }