mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-14 04:13:52 +02:00
detailed error message
This commit is contained in:
@@ -426,10 +426,10 @@ CefSharp.BindObjectAsync(
|
||||
}
|
||||
}
|
||||
if (error !== undefined) {
|
||||
text.push(error);
|
||||
text.push(JSON.stringify(error));
|
||||
}
|
||||
if (extra !== undefined) {
|
||||
text.push(extra);
|
||||
text.push(JSON.stringify(extra));
|
||||
}
|
||||
text = text.map((s) => escapeTag(s)).join('<br>');
|
||||
if (text.length) {
|
||||
|
||||
@@ -362,7 +362,7 @@ CefSharp.BindObjectAsync(
|
||||
}
|
||||
}
|
||||
if (error !== undefined) {
|
||||
text.push(error);
|
||||
text.push(JSON.stringify(error));
|
||||
}
|
||||
text = text.map((s) => escapeTag(s)).join('<br>');
|
||||
if (text.length) {
|
||||
|
||||
Reference in New Issue
Block a user