modified to use events, hopefully will fix the crashing particle

This commit is contained in:
Martin Donnelly 2016-02-12 16:34:03 +00:00
parent 1143a32b8b
commit 40f260c244

View File

@ -41,7 +41,7 @@ function connectDB() {
"use strict";
logger.debug('Connect db.');
temp_db = new sqlite3.Database(file);
logger.log(temp_db);
//logger.log(temp_db);
return temp_db;
}