diff --git a/src/renderer/utils/worker.js b/src/renderer/utils/worker.js index 43d9a83..92e0f84 100644 --- a/src/renderer/utils/worker.js +++ b/src/renderer/utils/worker.js @@ -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"); }); }