Don't close DB

This commit is contained in:
portree_kid 2019-12-17 21:37:16 +01:00
parent 6adffb8878
commit 791ec7ae24

View File

@ -73,7 +73,6 @@ async function scanAPT() {
return initDB().then(features => {
var d = path.join(homedir, 'Documents/apt.dat');
scanAPTIntoDB(d, features);
features.close();
console.log("Closed DB");
});
}