This commit is contained in:
iqudoo
2026-05-01 23:37:18 +08:00
parent 36f1cbbf7e
commit 96006164b5
2 changed files with 1 additions and 7 deletions

2
dist/index.js vendored

File diff suppressed because one or more lines are too long

View File

@@ -174,9 +174,6 @@ function __startWxScan() {
if (__result(resp.result)) { if (__result(resp.result)) {
return resp; return resp;
} }
if (isScanning()) {
return __startWxScan();
}
return resp; return resp;
}).catch(err => { }).catch(err => {
if (!isScanning()) { if (!isScanning()) {
@@ -188,9 +185,6 @@ function __startWxScan() {
if (__result(err.result)) { if (__result(err.result)) {
return err; return err;
} }
if (isScanning()) {
return __startWxScan();
}
return err; return err;
}); });
} }