wifiConnections(), wifiNetworks() fix security mode parsing (macOS)

This commit is contained in:
Sebastian Hildebrandt
2025-05-25 18:00:56 +02:00
parent 3eba8e4731
commit 9105366ba2
7 changed files with 35 additions and 5 deletions
+5
View File
@@ -69,6 +69,11 @@ function test(f) {
});
}
if (process.argv.length < 3) {
console.log("error - a test key is required");
process.exit(1);
}
const key = process.argv[2];
test(key).then((data) => {