Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
cmliu committed Dec 5, 2024
1 parent c87a2db commit 8844e07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 明文源码.js
Original file line number Diff line number Diff line change
Expand Up @@ -1221,7 +1221,7 @@ async function 生成配置信息(userID, hostName, sub, UA, RproxyIP, _url, env
if (match) {
sub = match[1];
}
const subs = 整理(sub);
const subs = await 整理(sub);
if (subs.length > 1) sub = subs[0];

} else if ((addresses.length + addressesapi.length + addressesnotls.length + addressesnotlsapi.length + addressescsv.length) == 0){
Expand Down

0 comments on commit 8844e07

Please sign in to comment.