Don't close DB
This commit is contained in:
parent
6adffb8878
commit
791ec7ae24
@ -73,7 +73,6 @@ async function scanAPT() {
|
|||||||
return initDB().then(features => {
|
return initDB().then(features => {
|
||||||
var d = path.join(homedir, 'Documents/apt.dat');
|
var d = path.join(homedir, 'Documents/apt.dat');
|
||||||
scanAPTIntoDB(d, features);
|
scanAPTIntoDB(d, features);
|
||||||
features.close();
|
|
||||||
console.log("Closed DB");
|
console.log("Closed DB");
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user