FIx encryption not happening when `--share` present

pull/177/head
Zwyx 2023-05-09 22:29:41 +08:00 zatwierdzone przez GitHub
rodzic 2d66281985
commit 6afdf61eda
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 0 dodań i 1 usunięć

Wyświetl plik

@ -88,7 +88,6 @@ async function runStatiCrypt() {
const url = namedArgs.share || "";
console.log(url + "#staticrypt_pwd=" + hashedPassword);
return;
}
// only process a directory if the --recursive flag is set