Skip to content

Commit

Permalink
feat: close package info when switching network
Browse files Browse the repository at this point in the history
  • Loading branch information
PierreDemailly committed Dec 7, 2024
1 parent 6cae127 commit bd099fa
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions public/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,8 @@ async function init(options = {}) {
}
}

PackageInfo.close();

console.log("[INFO] Node-Secure is ready!");
}

Expand Down

0 comments on commit bd099fa

Please sign in to comment.