Don't close DB

pull/36/head
portree_kid 5 years ago
parent 6adffb8878
commit 791ec7ae24

@ -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");
});
}

Loading…
Cancel
Save