mirror of
https://github.com/Qv2ray/Qv2ray.git
synced 2025-05-20 02:40:20 +08:00
fix: fixed #338
This commit is contained in:
parent
e893fbe05b
commit
713c336e02
@ -263,8 +263,9 @@ namespace Qv2ray::core::connection
|
||||
#undef C
|
||||
//return flag ? 0 : 1;
|
||||
} catch (exception *e) {
|
||||
LOG(IMPORT, "Failed to decode vmess string: " + QString(e->what()))
|
||||
*errMessage = e->what();
|
||||
LOG(IMPORT, "Failed to decode vmess string: " + *errMessage)
|
||||
delete e;
|
||||
return default;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user