modified to use events, hopefully will fix the crashing particle
This commit is contained in:
parent
1143a32b8b
commit
40f260c244
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user