Skip to content
Snippets Groups Projects
Commit a52d74ce authored by Cédric Moreau's avatar Cédric Moreau
Browse files

Fixing #401 Still some external API calls

parent 793533b5
No related branches found
No related tags found
No related merge requests found
......@@ -144,6 +144,7 @@ function AbstractSQLite(db) {
this.exec = (sql) => co(function *() {
try {
logger.trace(sql);
return Q.nbind(db.exec, db)(sql);
} catch (e) {
logger.error('ERROR >> %s', sql);
......
Subproject commit 6105553b6e6492996988432c9769c08e06890844
Subproject commit e9fab1e4633e601f2fc3c2488632fb1d8d18bad3
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment